@extends('dashboard.master.layouts.master') @section('content')

{{ $title }}

@include('dashboard.user.layouts.components.breadcrumbs')
@include('partials.validation_message')

{{ $title }}

@csrf
@endsection