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