@extends('layouts.master') @section('title', 'Master Asset Type') @section('css') @endsection @section('content')
Asset Type
@foreach ($assetTypes as $assetType) @endforeach
Asset Type Code Asset Type Name Economic Life Tariff Depreciation Company {{__('Department')}} Action
{{$assetType->asset_type_code}} {{$assetType->asset_type_name}} {{$assetType->economic_life}} {{$assetType->tariff_depreciation}} {{$assetType->company ? $assetType->company->company_name:''}} {{$assetType->department ? $assetType->department->department_name:''}}
@csrf @method('POST')
Asset Type Code Asset Type Name Economic Life Tariff Depreciation Company {{__('Department')}} Action
@if (session('success')) @endif @if (session('error')) @endif @endsection @section('scripts') @endsection