@extends('backend.layouts.app') @section('title', 'Replay Message') @push('styles') @endpush @section('content')
arrow_back BACK

REPLAY MESSAGE

@if($message->user_id)
@csrf
Replay To: {{ $message->email }}
@else {{-- MAIL FORM --}}
@csrf
@endif
@endsection @push('scripts') @endpush