@extends('theme.master') @section('title', "$blog->heading") @section('content') @include('admin.message') @section('meta_tags') @php $url = URL::current(); @endphp @endsection @php $gets = App\Breadcum::first(); @endphp @if(isset($gets))
@if($gets['img'] !== NULL && $gets['img'] !== '') @else course @endif

{{ __('Blog Detail') }}

@endif
@endsection