@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