@props(['title'])
{{-- Master layout for the application --}}
Social Media | {{$title}}
{{-- https://getbootstrap.com/docs/5.3/getting-started/download/ --}}
{{-- Include the navigation partial --}}
@include('partials.nav')
{{-- Main content section --}}
@include('partials.flashbag')
{{$slot}}
{{-- Include the footer partial --}}
@include('partials.footer')
{{-- Add any additional scripts or styles here --}}