@extends('dashboard.layout.layout') @section('content')

{{ $title }}

{{ $user->phone }}

@if ($user->phone && $user->send_message != 0) @endif
@csrf @method('POST')
@endsection @push('scripts') @endpush