@extends('layout.main') @section('content')
@if (Auth::user()->can('store-assets')) @endif @if (Auth::user()->can('delete-assets')) @endcan
{{-- @if (Auth::user()->can('delete-assets')) @endcan --}}
{{__('Asset Name')}} {{trans('file.category')}} {{__('Company Asset Code')}} {{__('Is Working')}}? {{__('Assign To')}} {{trans('file.Company')}} {{trans('file.Warranty')}} {{trans('file.Date')}} {{trans('file.action')}}
@endsection @push('scripts') @endpush