@yield('head')
@yield('top_bar') @yield('content')
@php $ct = App\copyrighttext::where('id','=',1)->first(); @endphp
{{ $ct->name }}
@php $si = App\SocialIcons::all(); @endphp @foreach($si as $s) @if($s->status==1)
@endif @endforeach
@yield('scripts')