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