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