@extends('adminlte::page') @section('title', 'Photomaker Leads') @section('content_header')

Photomaker Leads

@stop @section('content')
@foreach ($photoleads as $reason) @endforeach
Category Document Email Source URL Payment Status Amount Created At Action
{{$reason->country }} {{$reason->document_type ?? 'N/A' }} {{ $reason->email ?? 'N/A' }} {{ $reason->source_url ?? 'N/A' }}
Unpaid
{{ round($reason->paid_amt,0) ?? 'N/A' }} {{ \Carbon\Carbon::parse($reason->created_at)->format('d/m/Y h:i A') }}
{{ $photoleads->withQueryString()->links('pagination::bootstrap-4') }}
@stop