@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}}
--}}
| Sr |
{!! trans('company::division.label.code')!!} |
{!! trans('company::division.label.name')!!} |
{!! trans('company::division.label.phone')!!} |
{!! trans('company::division.label.email')!!} |
{!! trans('company::division.label.status')!!} |
@forelse($divisions as $key => $val)
| {{ @$key + 1 }} |
{{ $val->code }} |
{{ $val->name }} |
{{ $val->phone }} |
{{ $val->email }} |
{{ $val->status }} |
@empty
| No Division |
@endif
@stop