@foreach(\App\Models\LeadSource::all() as $leadSource)
@endforeach
@foreach(\App\Models\LeadType::all() as $leadType)
@endforeach
@foreach(\App\Models\LeadStatus::all() as $leadStatus)
@endforeach
@foreach(\App\Models\Product::where('active',1)->get() as $product)
@endforeach
@foreach(\App\Models\Category::all() as $category)
@endforeach
@foreach(\App\Models\Branch::all() as $branch)
@endforeach
#{{__("messages.Name")}}{{__("messages.mobile")}}Source
Status
Type
{{__("messages.Product")}}{{__("messages.Branch")}}{{__("messages.city")}}{{__("messages.google_id")}}{{__("messages.comment")}}{{__("messages.Created by")}}{{__("messages.assigned_by")}}{{__("messages.assigned_to")}}{{__("messages.customer")}}{{__("messages.Created At")}}