@extends('layouts.admin') @section('title', 'Create Room Type') @section('content')
@csrf
@foreach($amenities as $a)
@endforeach
Cancel
@endsection