@extends('layouts.master') @section('title', 'Assets') @push('before-css') @include('layouts.datatable_css') @endpush @section('content')

{{ __('lang.asset_list') }}

@can('create-Asset') @endcan
{{ $dataTable->table(['class' => 'table table-striped', 'width' => '100%'], true) }}
@endsection @push('js') @include('layouts.datatable_js') @endpush @push('scripts') {{ $dataTable->scripts() }} @endpush