@extends('layouts.app') @section('title', __('Présence locale')) @section('content')

{{ __('Présence locale') }}

@forelse ($pages as $p)
@empty

{{ __('Aucune page disponible.') }}

@endforelse
@if(!empty($pagination)) @include('layouts.pagination', ['pagination' => $pagination]) @endif
@endsection