@include('front.includes.meta')
@yield('title') - {{ $com->name }}
@include('front.includes.css')
@include('front.includes.header')
@yield('content')
@include('front.includes.footer')
@include('front.includes.flasher')
@include('front.includes.js')
@stack('custom-scripts')
@stack('custom-js')