@extends('layouts.master') @section('title', 'Region | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.region')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.regions') }} | {{ __('basic.region') }}
{{ __('basic.region') }}
@csrf
@error('country_id') {{ $message }} @enderror
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @else
{{ __('patientappo.city msg') }}
@endif
@error('name') {{ $message }} @enderror
@endsection @section('js') @endsection