@extends('layouts.admin-portal') @section('page-title') Leads @endsection @section('style') @endsection @section('content')

Leads

{{--
--}}
@forelse($leads as $lead) @empty
  • No record found.
@endforelse
@endsection @push('custom-js-scripts') @endpush