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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.unit offers') }}
{{ __('basic.unit offers') }}
@foreach ($units as $iteam) @endforeach
{{ __('basic.hotel') }} {{ __('basic.broker') }} {{ __('basic.handle') }}
{{ $iteam->hotel->name }} @if ($iteam->debtor) {{ $iteam->debtor->company_name}} @else No Broker @endif {{ __('basic.edit') }}
@endsection @section('js') @endsection