Lager-v3/resources/views/rooms/edit.blade.php

9 lines
136 B
PHP
Raw Permalink Normal View History

2022-09-28 07:38:08 +00:00
@extends('Layouts.master')
@section('content')
@include('Partials.Pages.edit_page')
@endsection
@section('scripting')
@endsection