@extends('layouts.master') @section('title', 'Places | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.places')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content')| {{ __('basic.country') }} | {{ __('patientappo.city') }} | {{ __('basic.name') }} | {{ __('basic.handle') }} |
|---|---|---|---|
| {{ $item->country->name }} | {{ $item->city->name }} | {{ $item->name }} | {{ __('basic.edit') }} |