@extends('resource.index') @php $links['create'] = guard_url('leads/lead/create'); $links['search'] = guard_url('leads/lead'); @endphp @section('icon') @stop @section('title') {!! __('leads::lead.title.main') !!} @stop @section('sub.title') {!! __('leads::lead.title.list') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('leads::lead.name') !!}
  • {{ __('app.list') }}
  • @stop @section('entry')
    @stop @section('list') @include('leads::lead.partial.list.' . $view, ['mode' => 'list']) @stop @section('pagination') {!!$leads->links()!!} @stop @section('script') @stop @section('style') @stop