@extends('layouts.master') @section('title', 'Asset Type') @push('css') @include('layouts.datatable_css') @endpush @section('content') {{ __('lang.assettype_list') }} @can('create-AssetType') {{ __('lang.add_data') }} @endcan {{ $dataTable->table(['class' => 'table table-striped', 'width' => '100%'], true) }} {{ __('lang.add_data') }} {{ __('lang.name') }} {{ __('lang.description') }} @method('PUT') {{ __('lang.edit_data') }} {{ __('lang.name') }} {{ __('lang.description') }} @endsection @push('js') @include('layouts.datatable_js') @endpush @push('scripts') {{ $dataTable->scripts() }} @endpush