@extends('site.layouts.master') @section('title') {{__('site.Add_Request_Page')}} @endsection @section('metatags') @endsection @section('content')
@if ($errors->any())
@endif @if (session()->has('msg'))
@endif
@csrf

@lang('site.add_request_header')

@lang('site.Request Information')

@lang('site.Basic_Information')

@lang('site.Location')

@endsection @section('script') @endsection