@extends('layouts.content') @section('body_content') Master Data Inventory Assets List Master Data Inventory Assets @if($access) Import Excel @endif Item Calibration : @if($access) @endif @include('partials.alert') @include('modul_ga.masterDataInventoryAssets.modal.panel') @include('modul_ga.masterDataInventoryAssets.modal.create') @include('modul_ga.masterDataInventoryAssets.modal.edit') @include('modul_ga.masterDataInventoryAssets.modal.historyHolder') @include('modul_ga.masterDataInventoryAssets.modal.import') @include('modul_ga.masterDataInventoryAssets.modal.userSelect') @endsection