@extends('layouts-backend.app') @section('content')

Filter

reset

Cancel Leads Let's Learn Together

All Cancel Leads

@foreach($leads as $lead) @endforeach
# Order Code User Title Word Amount Type Subject Details Deadline Created Updated Actions
{{ ($leads->currentPage() - 1) * $leads->perPage() + $loop->iteration }} @if ($lead->frontendorder == '1') {{ $lead->order_id }} @else {{ $lead->order_id }} @endif
@if ($lead->work_type == 'First Class Work') First Class Work @endif
{{ $lead->user ? $lead->user->name : 'No User' }} {{$lead->user->country_code}} {{$lead->user->mobile}} {{$lead->user->email}} @if($lead->project_title) {{ $lead->project_title }} @else Not Available @endif @if($lead->pages) {{ $lead->pages }} @else Not Available @endif @if($lead->price) {{ $lead->price }} @else Not Available @endif @if($lead->service_type) {{ $lead->service_type }} @else Not Available @endif @if($lead->subject) {{ $lead->subject }} @else Not Available @endif @if($lead->assignment_details) {{ $lead->assignment_details }} @else Not Available @endif
{{ \Carbon\Carbon::parse($lead->deadline)->format('d M Y D (h:i:s A)') }}
{{$lead->created_at->format('d M Y D (h:i:s A)')}}
{{$lead->updated_at->format('d M Y D (h:i:s A)')}}
@include('leads.section.c-leadsEdit-section')
{{ $leads->links('pagination::bootstrap-4') }}
@endsection