@extends('layout.admin') @section('title') Region {{ $type }} @endsection @section('content')
{{--
Contact Form

--}}
@if (session('error')) @elseif (session('success')) @endif @csrf
@error('name') @enderror
@error('image_file') @enderror

@if ($type == 'Edit')
previe-image
@else
previe-image
@endif
@error('order_id') @enderror
@endsection @section('js-add') @endsection