@extends('layouts.master') @section('title', 'New Offer | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', 'New Offer') @section('css') @endsection @section('content')
Dashboard | Offers | New Unit
New Offer
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf
@error('unit_id') {{ $message }} @enderror
@error('debtor_id') {{ $message }} @enderror
@error('type') {{ $message }} @enderror
{{ __('favorite') }}
@error('favorite') {{ $message }} @enderror

{{ __('basic.rooms') }}
New Price
@endsection @section('js') @endsection