@extends('admin.layouts.app') @section('title', 'Edit Room Type') @section('page-title', 'Edit Room Type') @section('content')

Edit Room Type - {{ $roomType->name }}

Back
@csrf @method('PUT')
@if($roomType->image)
{{ $roomType->name }}

Current image

@endif

Recommended size: 800x600px

@foreach($amenities as $amenity) @endforeach
Cancel
@endsection