@extends('layouts.master') @section('content')
Room type list
@php $sn = 0; @endphp @foreach($roomTypes as $roomType) @endforeach
SN Room Type Cost Per Bed Action
{{ ++$sn }} {{ $roomType->name }} {{ round($roomType->cost_per_bed) }}
@csrf @method('DELETE')
@endsection @section('scripts') @endsection