@extends('admin.layout.master') @section('content') @include('flash-message') @php use App\Models\Payroll\EmpManagements\PayEmpBasicInfos; $allEmp = PayEmpBasicInfos::where('active_status', 1)->get(); @endphp
@if ($errors->any())
@endif
{{__('obs.create')}} {{__('obs.employee')}} {{__('obs.conveyance')}}
@csrf
@php($total_amount =0) @if(!empty($conveyance_info_details)) {{--when edit--}} @foreach($conveyance_info_details as $details_val) @endforeach @else @endif
{{__('obs.date')}} {{__('obs.purpose')}} {{__('obs.from')}} {{__('obs.to')}} {{__('obs.amount')}} {{__('obs.in')}} {{__('obs.tk')}}
@if($view_type==0) @elseif($view_type==1) @endif
@endsection @section('script') @endsection