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

{{ $page->title }}

@endif {{--

{{ $page->title }}

--}}
{!! $page->details !!}
@endsection