@extends('layouts.app') @section('title', $app_setting['name'] . ' | Instructor Edit') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Edit Instructor
@csrf @method('PUT')
user->is_active) checked @endif name="is_active" class="form-check-input" type="checkbox">
is_featured) checked @endif class="form-check-input" type="checkbox">
@endsection