@extends(backpack_view('blank')) @php use App\Enums\OrganizationFeatureEnum; if (!isset($organization)) { $organization = $entry; } @endphp @section('header')

Structures / {!! $organization->title !!}

Rechercher
@endsection @section('content')
{{-- /.box --}}
@yield('subcontent')
@endsection