@extends('admin.layout.master') @section('home')
View Employee Conveyance
Conveyance List @include('payroll.includes.printAndExcel')
{{--

Voucher No: {{$conveyance_info->voucher_no}}

Employee Name: {{$conveyance_info->get_emp_info->emp_name}}

Conveyance Type: {{$conveyance_info->conveyance_type_info->name}}

Voucher Date: {{$conveyance_info->voucher_date}}

Purpose: {{$conveyance_info->purpose}}

--}}
Conveyence {{$conveyance_info->voucher_no}} {{date('Y-m-d h:i:sa')}} {{--Excel File Name--}} @php $total_amount = 0 @endphp @foreach($conveyance_info_details as $details_val) @endforeach
Voucher No: {{$conveyance_info->voucher_no}}
Employee Name: {{$conveyance_info->get_emp_info->emp_name}}
Conveyance Type: {{$conveyance_info->conveyance_type_info->name}}
Voucher Date: {{date('d-M-Y', strtoTime($conveyance_info->voucher_date))}}
Purpose: {{$conveyance_info->purpose}}
Date Purpose From To Amount in Tk
{{$details_val->conveyance_date}} {{$details_val->conveyance_purpose}} {{$details_val->conveyance_from}} {{$details_val->conveyance_to}} {{$details_val->conveyance_amount}}
Total: {{$total_amount}}
@endsection