@extends('layouts.app') @section('title') Storage Equipment @endsection @section('breadcrumb')

{{__('Storage Equipment')}}

@endsection @section('content')
@can('create_storage_equipment') {{__('Create')}} @endcan
@csrf
{{__('Import')}}
# Equipment Location Category {{ __('Action') }}
@endsection @section('scripts') @endsection