@extends(backpack_view('blank')) @php if (!isset($callforproposal)) { $callforproposal = $entry; } @endphp @section('header') Appel à projet / {{ $callforproposal->title }} Rechercher @endsection @section('content')
{{-- /.box --}}
@yield('tab_actions')
@yield('subcontent')
@endsection