@extends('student.layouts.app') @section('titlePage', 'Manage Page') @section('content') @push('script') @endpush @php $img_url = ($data->image_url == '')?'assets/blog_default.png':$data->image_url; $brand_color = $dataConfigs['brand'] ?? 'default'; @endphp

{!! $data->sub_description !!}

img
{{$data->created_at}}

{!! $data->description !!}

@endsection