@extends('crud.list') @section('title') {{ sprintf('%s: выбрано %s (в базе %s)', $title, $result->total(), $total) }} @endsection @section('list') @endsection @section('afterList') @if(auth()->user()->super_user) @endif @endsection @section('page-script') @endsection