@extends('admin.admin_dashboard') @section('admin')

Add Lead

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Add Lead {{-- --}} {{-- --}} @foreach ($data as $key => $item) {{-- --}} {{-- --}} @endforeach
ID Category Name SubCategory Name Name Email Mobile Lead StatusArea NameDistrict 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
@endsection