@extends('layouts.app') @section('title', $app_setting['name'] . ' | Notification Edit') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Edit Notification
  • Use %course_title% to replace course title
  • Use %user_name% to replace user name
@csrf @method('PUT')
is_enabled) checked @endif>
@endsection