{{-- --}} {{config('app.name')}} | {{underscoreToCamelCase(@$route_active)}} {{-- ReactJS --}} {{-- CRM custom CSS for Contact --}} @yield('styles') {{-- if you want to make left side auto collape, add this class to the body - "sidebar-collapse" --}}
@include('client.layouts.navbar') @include('client.layouts.sidebar')
@yield('content')
@include('client.layouts.app_js') @yield('scripts')