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