@section('page_content')
@csrf @foreach($mandatory_fields as $field) @if(isset($field['slug']) && in_array($field['slug'], array('first-name', 'last-name'))) @endif @endforeach

Search Filter

@foreach($mandatory_fields as $field) @if(!in_array($field['slug'], array('first-name', 'last-name')))
@endif @endforeach
A total of {{ $submissions->total() }} leads was found. Currently showing {{ $submissions->count() }} of {{ $submissions->total() }} leads.
@if($submissions) @foreach($submissions as $submission)
Lead Name Company Email Phone Collection Lead Owner Status Created By Created At Action