@extends('admin.layouts.master') @section('title','Lead') @section('content')
Leads

@if(session()->has('message'))
@endif
{{ $dataTable->table() }}
@endsection @push('js') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush