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