@extends('layouts.admin') @section('content')

{{ __('Add Contact Us Issue') }}

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@saveWithAnotherButton
@endsection