@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'))
@endif @endsection @section('content')| {{ __('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 |