@extends('layouts.app') @section('css') @endsection @section('contenido') @if(auth()->user()->hasRole('cajas.destroy'))
@csrf @method('DELETE')
@endif

Cajas

@if(auth()->user()->hasRole('cajas.store')) @endif
Nombre Sucursal
@endsection @section('scripts') @endsection