@extends('layouts.master') @section('title', 'Region | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', 'Region') @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.region') }}
{{ __('basic.region') }}
@foreach ($item as $item) @endforeach
{{ __('basic.country') }} {{ __('patientappo.city') }} {{ __('basic.name') }} {{ __('basic.handle') }}
{{ $item->country->name }} {{ $item->city->name }} {{ $item->name }} {{ __('basic.edit') }}
@endsection @section('js') @endsection