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