@extends(backpack_view('blank')) @php if (!isset($person)) { $person = $entry; } @endphp @section('header')

Contacts / {!! $person->firstname !!} {!! $person->lastname !!}

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