@extends('admin.main') @section('content')

Lead Management @can('view.leads') Import @if(count($leads) > 0) Export @endif Create Lead @endcan

@include('admin.msg')
@csrf
# Call Received On Date of 1st Call Call Received From Patient Name Source Place Area Treating Doctor Surgery Advised Lead Status Actions
@include('admin.appointment-modal') @if (session('show_modal') == 'modelReminders') @elseif (session('show_modal') == 'lead_import_modal') @elseif (session('show_modal') == 'lead_export_modal') @endif @endsection