@extends('layouts.master') @section('title', 'Edit Offer | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', 'Edit Offer') @section('css') @endsection @section('content')
Dashboard | Offers | Edit Unit
New 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
{{ __('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 }}
Meal: {{ $item->meal->name }}
@endforeach
New Price
@endsection @section('js') @endsection