@extends('frontend.layouts.app') @section('styles') @endsection @section('content')
@include('user.sidebar')

REPLAY MESSAGES

@if($message->user_id)
@csrf
email
phone
mode_edit
@else
@csrf
email
subject
mode_edit
@endif
@endsection @section('scripts') @endsection