@extends('layouts.app') {{-- Important Variable --}} @section('title') {{ $moduleName }} -> {{ $breadcrumbCurrentName }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.recovery-left-sidebar') @stop @section('content')

Search Criteria


{{ csrf_field() }}
{{ csrf_field() }} @if (!empty($infos)) @foreach ($infos as $key => $sell) @php $payable_amounts = explode(',', $sell->payable_amount); $schedule_dates = explode(',', $sell->schedule_date); @endphp @endforeach
Registration No Project Customer Name Phones Product Recovery Agent Name Dues Details Task Details
{{ $sell['registration_no'] }} {{ ucwords($sell['project_name']) }} {{ ucwords($sell['customer_name']) }} {{ $sell['phone'] }} {{ $sell['product_id'] }} {{ ucwords(App\Models\User::find($sell['recovery_agent_id'])->name ?? '-') }}
Registration No Project Customer Name Phones Product Recovery Agent Name Dues Details Task Details
@else
{{__('lang.there_has_no_data')}}
@endif
@stop @push('include-css') @endpush @push('include-js') {{-- --}} {{-- All datagrid --}} @endpush