@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
{{-- Excel --}} {{-- --}}
{{--

Depreciation Ref : {{$asset_depreciation->ref}}

Depreciation Type : {{$asset_depreciation->category}}

Status : {{$asset_depreciation->status}}

@if (@$asset_depreciation->status=="Posted")

Voucher No : {!! $asset_depreciation->voucher_number!!}

Posted Date : {!!@date('d M , Y',strtotime($asset_depreciation->posted_date)) !!}

@endif

Amount : {{ $asset_depreciation->total_amount}}

Total Asset Count : {{ $asset_depreciation->asset_count}}

--}} @forelse($sublocations as $key => $val) @empty @endif
Sr {!! trans('location::sub_location.label.code')!!} {!! trans('location::sub_location.label.name')!!} {!! trans('assets::asset.label.division_id')!!} {!! trans('assets::asset.label.block_id')!!} {!! trans('assets::asset.label.section_id')!!} {!! trans('location::sub_location.label.location_id')!!} {!! trans('location::sub_location.label.status')!!} {!! trans('location::sub_location.label.type')!!}
{{ @$key + 1 }} {{ $val->code}} {{ $val->name }} {{ @$val->division->name }} {{ @$val->block->name}} {{ @$val->section->name }} {{ @$val->location->name }} {{ $val->status }} {{ $val->type }}
No Sections
@stop