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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.units') }} | {{ $unit->name . " " . __('basic.offers') }}
{{ $unit->name . " " . __('basic.offers') }}
@foreach ($offers as $item) @endforeach
{{ __('basic.hotel') }} {{ __('basic.broker') }} {{ __('basic.handle') }}
{{ $item->name }} @if ($item->debtor) {{ $item->debtor->company_name}} @else No Broker @endif {{ __('basic.edit') }} @role('Super-admin|Operation-manager|Hotel-manager') {{ __('basic.delete') }} @endrole
@endsection @section('js') @endsection