@extends('admin.layouts.app') @section('title', 'Add Room Type') @section('content')

Add Room Type

Create a new room, suite, cottage or villa category.

Back to List
@csrf @include('admin.room-types._form', [ 'roomType' => null, 'submitText' => 'Save Room Type', ])
@endsection