@extends('boilerplate::layout.index', [
'title' => __('team.title'),
'subtitle' => __('team.list.title'),
'breadcrumb' => [__('team.list.title')]
])
@section('content')
| {{ __('team.label') }} |
{{ __('team.description') }} |
{{ __('team.list.nbusers') }} |
|
@endsection
@prepend('js')
@include('components.js.ie11')
@include('components.js', ['js' => '/js/laroute.js'])
@include('components.js', ['js' => '/js/main.min.js'])
@include('components.js', ['js' => '/js/datatables.min.js'])
@endprepend
@push('css')
@include('components.css', ['css' => '/css/main.min.css'])
@include('components.css', ['css' => '/css/datatables.min.css'])
@endpush
@push('js')
@endpush