@extends('layouts.search') @section('title') Trombino - Search @endsection @section('css') @endsection @section('content')
{{-- --}}

@forelse($persons as $person)

Warning: Undefined variable $person in /home/trombino/public_html/sanctions.trombino.org/resources/views/front/list_persons.blade.php on line 86

Warning: Attempt to read property "img_perso_url" on null in /home/trombino/public_html/sanctions.trombino.org/resources/views/front/list_persons.blade.php on line 86
@endforeach
@if(isset($es)) {!! $admin_exceptions->links() !!} @else {!! $persons->links() !!} @endif
@endsection @section('js') @endsection