@extends('user::layouts.master') @section('breadcrumb_title', 'Add New Support Message') @section('content')

Add New Support Message

Back to Support
@csrf
@error('subject')

{{ $message }}

@enderror
      @endsection