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