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

Asset Berjalan list

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