@extends('layouts.master') @section('title', 'Asset Berjalan') @push('before-css') @include('layouts.datatable_css') @endpush @section('content') Asset Berjalan list @can('create-AssetCurrent') {{ __('lang.add_data') }} @endcan @if (auth()->user()->role == 1) {{ __('lang.select_company') }} {{ __('lang.all_company') }} @endif {{ __('lang.status') }} {{ __('lang.status') }} @foreach ($assetStatus as $statusId => $statusName) status == $statusId ? 'selected' : '' }}>{{ $statusName }} @endforeach {{-- {{ __('lang.city') }} {{ __('lang.city') }} @foreach ($cities as $cityId => $cityName) {{ $cityName }} @endforeach --}} {{ $dataTable->table(['class' => 'table table-striped', 'width' => '100%'], true) }} {{ __('lang.add_data') }} {{ __('lang.name') }} @if (auth()->user()->role == 1) {{ __('lang.company') }} {{ __('lang.select') }} {{ __('lang.company') }} @endif {{ __('lang.assettag') }} Lokasi Asset {{ __('lang.select') }} {{ __('lang.location_document') }} Type Asset @foreach ($assetCurrentType as $id => $name) {{ $name }} @endforeach {{ __('lang.status_asset') }} @foreach ($assetStatus as $id => $name) {{ $name }} @endforeach {{ __('lang.status_stnk') }} @foreach ($assetStatusStnk as $id => $name) {{ $name }} @endforeach {{ __('lang.status_bpkb') }} @foreach ($assetStatusBpkb as $id => $name) {{ $name }} @endforeach {{ __('lang.expired_date_stnk') }} {{ __('lang.expired_date_bpkb') }} No. Pol No. Rangka Date Buy PIC Name PIC Phone Picture Asset Picture STNK Picture BPKB Picture Invoice Buy {{ __('lang.price') }} {{ __('lang.notes') }} @method('PUT') {{ __('lang.edit_data') }} {{ __('lang.name') }} @if (auth()->user()->role == 1) {{ __('lang.company') }} {{ __('lang.select') }} {{ __('lang.company') }} @endif {{ __('lang.assettag') }} Lokasi Asset {{ __('lang.select') }} {{ __('lang.location_document') }} Type Asset @foreach ($assetCurrentType as $id => $name) {{ $name }} @endforeach Status Asset @foreach ($assetStatus as $id => $name) {{ $name }} @endforeach Status STNK @foreach ($assetStatusStnk as $id => $name) {{ $name }} @endforeach Status BPKB @foreach ($assetStatusBpkb as $id => $name) {{ $name }} @endforeach {{ __('lang.expired_date_stnk') }} {{ __('lang.expired_date_bpkb') }} No. Pol No. Rangka Date Buy PIC Name PIC Phone Picture Asset Picture STNK Picture BPKB Picture Invoice Buy {{ __('lang.price') }} {{ __('lang.notes') }} @endsection @push('js') @include('layouts.datatable_js') @endpush @push('scripts') {{ $dataTable->scripts() }} @endpush