@extends('admin.layouts.app') @section('title', (isset($content->name) ? $content->name : ''). ' Course Update') @section('page_css') @endsection @section('section')

Course Update Detail

ID {{$content->id??''}}
Course Update Title {{$content->title??''}}
Course Update Description {!! get_readable_description($content->description) !!}
@endsection