@extends('layouts.vertical') @section('css') @endsection @section('breadcrumb')

Edit room

@endsection @section('content')
@csrf
Basic info
@if($errors->has('name')) @endif
@if($errors->has('description')) @endif
Room ratio
@if($errors->has('teachers')) @endif
@if($errors->has('childs')) @endif
@endsection @section('script-bottom') @endsection