@extends('layouts.admin.master') @section('title') {{ __('Leads') }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

{{ __('Leads') }}

@endslot @endcomponent @push('scripts') {{-- --}} {{-- --}} @endpush @endsection