@extends('admin.layouts.main') @section('menu','Support') @section('title','Create Ticket') @section('content')
@csrf
Ticket Details
@if ($errors->has('user_id')){{ $errors->first('user_id') }}@endif
@if ($errors->has('subject')){{ $errors->first('subject') }}@endif
@if ($errors->has('message')){{ $errors->first('message') }}@endif
Publish
Back to List
@endsection @push('custom-stylesheets') @endpush @push('custom-scripts') @endpush