@extends('backend.layouts.app') @section('content')
Edit Lesson
@csrf @method('put')
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if($errors->has('slug')) {{ $errors->first('slug') }} @endif
@endsection