@if ($message = Session::get('success')) @endif @if ($errors->any()) @endif
@csrf
@foreach($result2 as $index => $row) @endforeach
SNO ENO Destination Entry Date From Date To Date Entry By No. Person Planned Amt Actual Amt Remark Attachment 1 Attachment 2 Bill Att 1 Bill Att 2 Bill Att 3 Bill Att 4 Bill Att 5
{{$index + 1}} {{$row['ENO']}} {{ $row['Destination'] }} {{ date('Y-m-d',strtotime($row['Entry_Date'])) }} {{ date('Y-m-d',strtotime($row['FDate'])) }} {{ date('Y-m-d',strtotime($row['TDate'])) }} {{ $row['Entry_Name'] }} {{ $row['NoOfPerson'] }} {{ $row['Total_Amount'] }} {{ $row['Actual_Total'] }} {{ $row['Remark'] }} @if ($row['Rtn_Att1'] == "") -- @else {{ $row['Rtn_Att1'] }} @endif @if ($row['Rtn_Att2'] == "") -- @else {{ $row['Rtn_Att2'] }} @endif @if ($row['Bill_Att1'] == "") -- @else {{ $row['Bill_Att1'] }} @endif @if ($row['Bill_Att2'] == "") -- @else {{ $row['Bill_Att2'] }} @endif @if ($row['Bill_Att3'] == "") -- @else {{ $row['Bill_Att3'] }} @endif @if ($row['Bill_Att4'] == "") -- @else {{ $row['Bill_Att4'] }} @endif @if ($row['Bill_Att5'] == "") -- @else {{ $row['Bill_Att5'] }} @endif