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