@yield('styles')
@include('partials/navbar')

{{ $title }} @if(current_route() && substr_compare(current_route(), '.show', strlen(current_route())-5, 5) === 0) Print This @endif

@if (session('success') == true)
Record(s) updated successfully
@endif
@yield('content')
@yield('scripts') @section('footersection') @show