@yield('css')
در حال بارگذاری...
@include('components.layouts.sidebar')
@include('components.layouts.navbar')
{{ $slot }}
@include('components.layouts.footer')
@yield('js') @if (setting('GOFTINO_KEY')) @endif
@php $mobileMenu = [ ['title' => 'کمپینها', 'icon' => 'bx-bullseye', 'route' => 'programs.list', 'url' => route('programs.list')], ['title' => 'مخاطبین', 'icon' => 'bx-user', 'route' => 'contacts.lists', 'url' => route('contacts.lists')], ['title' => 'خانه', 'icon' => 'bx-home', 'route' => 'home', 'url' => route('home')], ['title' => 'کیفپول', 'icon' => 'bx-wallet', 'route' => 'wallet.user', 'url' => route('wallet.user')], ['title' => 'پروفایل', 'icon' => 'bx-user-circle','route' => 'profile', 'url' => route('profile')], ]; $currentRoute = \Illuminate\Support\Facades\Route::currentRouteName(); @endphp
@foreach($mobileMenu as $i => $item) @php $isActive = request()->routeIs($item['route'].'*'); @endphp
{{ $item['title'] }}
@endforeach
@stack('js')