@extends('layouts.master')
@section('title', 'Master Depreciation')
@section('css')
@endsection
@section('content')
| Depreciation Code | Depreciation Name | Company | Department | Action |
|---|---|---|---|---|
| {{$depreciation->depreciation_code}} | {{$depreciation->depreciation_name}} | {{$depreciation->company ? $depreciation->company->company_name:''}} | {{$depreciation->department ? $depreciation->department->department_name:''}} | |
| Depreciation Code | Depreciation Name | Company | Department | Action |