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