@extends('admin.layouts.master') @section('title', 'Add Contact us-reason - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Add Contact-reason') }}
@csrf
@error('reason') {{ $message }} @enderror



@endsection @section('script') @endsection