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