@extends ('../welcome') @section('content')

Archived Leads & CILs


Total: {{ count($leads) }}

@if (auth()->user()->role->hasPermission('leads-restorAll')) @endif
user()->type == 'admin' || auth()->user()->role->hasPermission('leads-archive-export') ? 'example1' : 'nonExport' }} class="table table-bordered table-striped"> @foreach ($leads as $lead) @endforeach
ID Name Email Status Type Created At Action
{{ $lead->id }} {{ $lead->name }} {{ $lead->email }} {{ ucwords($lead->status) }} {{ $lead->type }} {{ $lead->created_at->setTimezone('Africa/Cairo') }} @if (auth()->user()->role->hasPermission('leads-restore')) @endif
@endsection