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

{{$data->title}}

img
{{$data->created_at}}

{!! $data->description !!}

@endsection