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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.hotels') }}
{{ __('basic.hotels') }}
@foreach ($units as $iteam) @endforeach
{{ __('basic.image') }} {{ __('basic.destination') }} {{ __('basic.name') }} {{ __('basic.short description') }} {{ __('basic.handle') }}
{{ $iteam->destination->name }} {{ $iteam->name }} {{ $iteam->short_description }}
@endsection @section('js') @endsection