@extends('root') @section('title', 'Kirim Pesan') @section('content')
@include('components.breadcrumb', [ 'title' => 'Kirim Pesan', 'links' => [], 'current' => 'Send Message' ])
@csrf
@endsection @push('scripts') @endpush