@extends('layouts.admin') @section('styles') @endsection @section('content')

Categorias

@foreach($bodegas as $bodega) @endforeach
# Nombre Accion
{{$bodega->id}} {{$bodega->nombre}}
@csrf @method('DELETE')
@endsection @section('scripts') @endsection