@extends('front.layout.master') @section('title',__('staticwords.HelpdeskandSupport').'- ') @section('head-script') @endsection @section('body')

 

{{ __('staticwords.HelpdeskandSupport') }}


{{ csrf_field() }}
@error('issue_title') {{ $message }} @enderror
@error('image') {{ $message }} @enderror
@error('title') {{ $message }} @enderror


@endsection @section('script') @endsection