@extends('theme.master') @section('title', "$data->title") @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets))
@if($gets['img'] !== NULL && $gets['img'] !== '') @else {{ __('course')}} @endif

{{ $data->title }}

@endif

{!! $data->details !!}

@endsection