@extends('layouts.master') @section('content') @section('page_title') Départements @endsection @section('current_path') Départements @endsection @include('pages.partials.header')
@foreach ($departements as $departement)

{{ $departement->titre }}

{{ $departement->resume }}

@endforeach
@endsection