@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($employees as $key => $val) @empty @endif
Sr {!! trans('company::employee.label.code')!!} {!! trans('company::employee.label.name')!!} {!! trans('company::employee.label.division_id')!!} {!! trans('company::employee.label.department_id') !!} {!! trans('company::employee.label.designation')!!} {!! trans('company::employee.label.email')!!} {!! trans('company::employee.label.phone')!!} {!! trans('company::employee.label.status')!!}
{{ @$key + 1 }} {{ $val->code }} {{ $val->name }} {{ $val->division->name }} {{ $val->department->name }} {{ $val->designation }} {{ $val->email }} {{ $val->phone }} {{ $val->status }}
No Employees
@stop