@extends('layouts.master') @section('title', 'Edit Room View | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.edit room view')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.edit room view') }} | {{ __('basic.edit room view') }}
{{ __('basic.edit room view') }}
@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@endsection @section('js') @endsection