@extends('admin.layouts.main') @section('title') Assets @endsection @section('content') @include("admin.common.sidebar") Assets List Assets @permission('assets-write') Create New @endpermission close {{ @trans('company.records_per_page') }} 25 50 100 Total @{{ total }} @include('admin.common.paginate_js') # Asset Type Action @{{ item.id }} @{{ item.title }} Fixed Variable delete edit {{ @trans('company.no_records_to_show') }} @endsection @push('pageModals') @include('admin.components.modal_delete_js') @endpush @push('pageJs') @endpush