@extends('student.layouts.app') @section('titlePage', 'Manage Page') @section('content')

{{$data->title}}

{{$data->created_at}}

{!! $data->description !!}

@endsection @section('script') @endsection