Taken Action List Taken Action List (केलेल्या कारवाईची यादी) {{-- Test --}} {{-- Edit Form --}} {{-- Additional Help Form --}} {{-- Occurance Book --}} {{-- Listing Table --}}
@csrf
has('start_date')) value="{{ request('start_date') }}" @endif>
has('end_date')) value="{{ request('end_date') }}" @endif>
Clear
@php $serialNumber = 1; @endphp
@foreach ($slip_list as $list) @endforeach
Sr.No Caller Name Caller Mobile Number Date Slip Status Action
{{ $serialNumber++ }} {{ $list->caller_name }} {{ $list->caller_mobile_no }} {{ $list->slip_date }} {{ $list->slip_status }} {{-- --}} Download PDF @can('actionpermissions.view_generate_slip') @endcan @can('actionpermissions.additional_help') @if($list->is_additional_form_submitted == '0') @endif @endcan @can('actionpermissions.occurance_book') @if($list->is_occurance_book_submitted == '0') @endif @endcan
{{-- Generated Slip View model --}}
{{-- Current Date & Time --}} {{-- Add --}} {{-- for pdf --}} {{-- View Generated Slip --}} {{-- Additional Help Form --}} {{-- Occurance Book Form --}} {{-- as per vehicle type select automatically vehicle number --}}