@extends('backend._backend_master')
@section('window_title')
Leads
@endsection
@section('head')
@parent
@endsection
@section('modal_buttons')
@if(empty($is_excel_export))
@if($rows)
@endif
@endif
@endsection
@section('content')
@if(!$is_excel_export)
@component('backend._leads_query_form')
@endcomponent
@if($rows)
{{ $rows }} {!! $readable_lead_model !!} between {!!Session::get('start_date')!!} and {!!Session::get('end_date')!!}
@endif
@endif
@if($rows)
@include($lead_loop_view)
@else
0 matches yet, Please try to change the date filter
@endif
@endsection
@section('custom_scripts')
@endsection
@section('page_js')
@endsection