@props(['title'])
{{-- Master layout for the application --}}
Suivie des projets | {{$title}}
@if(app()->getLocale() === 'ar')
@else
@endif
{{-- Include the navigation partial --}}
@include('partials.nav');
{{-- Main content section --}}
@include('partials.flashbag')
{{$slot}}
{{-- new style --}}
{{-- --}}