{{-- --}} @foreach($csses as $css) @endforeach @livewireStyles
{{ $header }}
{{ $slot }} @include('wm-admin::layouts.alert') @if (session('status')) {{ session('status') }} @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {!! $error !!}
  • @endforeach
@endif {{-- @php--}} {{-- $mm = [['name'=>'wekfn','id'=>'1'],['name'=>'wekfn','id'=>'2']];--}} {{-- $items=[['id'=>1,'select'=>[['category_id'=>1,'name'=>'red'],['category_id'=>2,'name'=>'xl']]],['id'=>2,'select'=>[['category_id'=>2,'name'=>'lg']]]];--}} {{-- $arr = [['id'=>1,'name'=>'color','url'=>'http://localhost:8000/color'],['id'=>2,'name'=>'size','url'=>'http://localhost:8000/size']];--}} {{-- @endphp--}} {{-- --}} {{-- لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است--}} {{-- --}} {{-- --}} {{-- لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است--}} {{-- --}} {{-- --}} {{-- لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است--}} {{-- --}} {{-- --}} {{-- --}}
@stack('modals') @livewireScripts @yield('scripts') @stack('scripts') @if (View::exists('admin.include')) @include('admin.include') @endif @foreach($jses as $js) @endforeach