@extends('layouts.master') @section('title', 'Asset Berjalan Type') @push('css') @include('layouts.datatable_css') @endpush @section('content')

Asset Berjalan Status Type list

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