@extends('admin/layouts/app') @section('page-title') Lead List | Simple Admission @endsection @section('page-breadcrumb')

Lead List

@endsection @section('main-content')

Lead List

@can('create student management', Auth::user()) New Entry @endcan
{{-- --}} @can('update lead management', Auth::user()) @endcan
SL. Submission Date Call Time Name Email Mobile CategoryHandle BySource Of Lead Status Created By Updated ByActions
@endsection @section('extra-css') @endsection @section('extra-script') {{-- --}} @endsection