Add Lead
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Add Lead
ID | Category Name | SubCategory Name | Name | Mobile | Lead Status | {{--Area Name | --}} {{--District Name | State | Action | --}}|
---|---|---|---|---|---|---|---|---|---|---|
{{$item['id']}} | {{$item['category']['alt_name'] ?? '-'}} | {{$item['subcategory']['slug'] ?? '-'}} | {{$item->name ?? '-'}} | {{$item->email ?? '-'}} | {{$item->mobile ?? '-'}} | {{$item->lead_status ?? '-'}} | {{--{{$item->area_name ?? '-'}} | --}} {{--{{$item->district_name ?? '-'}} | {{$item->state ?? '-'}} | Edit Delete | --}}