rm unused import

This commit is contained in:
spencerrlongg
2025-08-25 14:10:12 -05:00
parent a091baf5a6
commit c42996429f

View File

@@ -5,11 +5,6 @@
{{ trans('admin/manufacturers/table.asset_manufacturers') }}
@parent
@stop
@php
$canDelete = \Illuminate\Support\Facades\Auth::user()->can('delete', Manufacturer::class)
@endphp
{{-- Page content --}}
@section('content')