@extends(backpack_view('blank')) @php $entityName = strtolower(class_basename($crud->getModel())); $tableId = $entityName . 'Table'; @endphp @section('header') Rechercher {!! $crud->getHeading() ?? $crud->entity_name !!} @if ($crud->buttons()->where('stack', 'top_search')->count()) @include('crud::inc.button_stack', ['stack' => 'top_search']) @endif @endsection @section('content')