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