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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.offers') }} | {{ __('basic.edit offer') }}
{{ __('basic.edit offer') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach @foreach ($errors->all() as $error)
{{ $error }}
@endforeach
{{ method_field('PUT') }} @csrf
@error('unit_id') {{ $message }} @enderror
@error('type') {{ $message }} @enderror
@error('debtor_id') {{ $message }} @enderror
{{ __('basic.favorite') }}
fav == 1) checked @endif name="fav" type="checkbox" value="1" id="fav_check">
@error('fav') {{ $message }} @enderror

{{ __('basic.rooms') }}
@foreach ($offer->rooms as $item)
{{ $item->type->name }}

{{ $item->info }}

{{ $item->view->name }}
{{ __('basic.meal') }}: {{ $item->meal->name }}
{{ __('basic.price list') }}
{{ __('basic.edit price') }}
@endforeach
{{ __('basic.new room') }}
{{-- Price List --}} @endsection @section('js') @endsection