@extends('dashboard.admin.layouts.app') @section('content')

{{ $title }}

@include('dashboard.admin.user.partials.account_options_and_status')
@slot('header') {{ $title }} @endslot @include('partials.validation_message')
@csrf
@error('from')
{{ $message }}
@enderror
@error('to')
{{ $message }}
@enderror
@endsection