@extends('layouts.app') @section('content') @include('common.alerts') @include('common.errors')
{{ csrf_field() }}
Room Type name
Add Room Type
Cancel
{{ csrf_field() }}
Id
Enabled
Room Type name
Update Room Type
Cancel
{{ csrf_field() }}
×
Confirm
Please confirm.
Add Room Type
With selected
Enable
Disable
Remove
Room Types List
@if (count($types) > 0)
@foreach ($types as $type) enabled) style="opacity: 0.5;" @endif> @endforeach
Value
Name
Enabled
{{ $type->name }}
{{ $type->display_name }}
@if ($type->enabled) Yes @else No @endif
×
{{ $types->links() }}
@endif
@endsection