@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.lesson.title_singular') }}
@csrf
@if($errors->has('room'))
{{ $errors->first('room') }}
@endif {{ trans('cruds.lesson.fields.teacher_helper') }}
@if($errors->has('price'))
{{ $errors->first('price') }}
@endif
@endsection