@extends('backend.layouts.app') @section('content')
Edit Courses
@csrf @method('put') @if(!auth()->user()->isAdmin())
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@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
Batal
@endsection