@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Notification Edit')) @section('header-title')

{{ __('Edit Notification') }}

@endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
  • {{ __('Use') }} {course_title} {{ __('to replace course title') }}
  • {{ __('Use') }} {user_name} {{ __('to replace user name') }}
@csrf @method('PUT')
is_enabled) checked @endif>
@endsection