@include('admin.partials.head') @include('admin.partials.nav')
@include('admin.partials.leftpanel')

Perecederos

@if($id_perecedero==1) Carnes @endif @if($id_perecedero==2) Frutas y Verduras @endif @if($id_perecedero==3) Panaderia @endif @if($id_perecedero==4) Placita @endif @if($id_perecedero==5) Salchichoneria @endif @if($id_perecedero==6) Tortilleria @endif @if($id_perecedero==7) Abarrotes @endif @if($id_perecedero==8) Moda @endif @if($id_perecedero==9) Mercancias Generales @endif @if($id_perecedero==10) Cajas de cobro @endif @if($id_perecedero==11) Farmacia @endif Apartados

Apartados @if($id_perecedero==1) Carnes @endif @if($id_perecedero==2) Frutas y Verduras @endif @if($id_perecedero==3) Panaderia @endif @if($id_perecedero==4) Placita @endif @if($id_perecedero==5) Salchichoneria @endif @if($id_perecedero==6) Tortilleria @endif

@foreach($apartados as $a) @include ('Admin/Apartados.modal') @endforeach
Nombre del Apartado Eliminar
{{$a->apartado}}
@include('admin.partials.mobile') @include('admin.partials.script')