@extends('layouts/contentLayoutMaster') @section('title', 'Billing History') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') Filters Page 10 20 50 100 500 Task Type All WEB_CHECK AADHAAR_VERIFICATION PAN_VERIFICATION DL_VERIFICATION CRC AV_PHYSICAL AV_POSTAL AV_DIGITAL PV_WRITTEN PV_VERBAL Companies All @if($employers) @foreach($employers as $employer) employer_id ? 'selected' : '' }} value="{{ $employer->employer_id }}"> @if(!empty($employer->b2b_company_name)) {{ $employer->b2b_company_name }} @if(!empty($employer->b2b_brand_name)) -- {{ $employer->b2b_brand_name }} @endif @else {{ $employer->first_name }} {{ $employer->middle_name }} {{ $employer->last_name }} @endif @endforeach @endif Status All CREATED IN_PROGRESS WAITING_MORE_DATA SENT_TO_TP ERROR CANCELLED COMPLETE Source Source B2B B2C Case Number Start Date End Date Search Candidate Name Client Process Case Received Date Report Sent Date @if($orders) @foreach($orders as $order) {{ $order->employees_first_name }} {{ $order->employees_middle_name }} {{ $order->employees_last_name }} {{ $order->b2b_company_name }} {{ $order->task_display_id }} {{ date('d M Y', strtotime($order->received_date)) }} {{ $order->verification_date ? date('d M Y', strtotime($order->verification_date)) : '' }} @endforeach @endif {{ $orders->links() }} @endsection