@extends('layouts.app') @section('styles') @endsection @section('content')

{{ __('settings.setup-penalty') }}

@if (count($penalties) > 0)
الغرامات
@foreach ($penalties as $penalty)
@csrf
{{ __('settings.penalty-start') }}
{{ __('settings.penalty-end') }}
{{ __('settings.penalty-amount') }}
@endforeach
@else
الغرامات
لم يتم اضافة غرامة بعد
@endif
اضافة غرامة
@csrf
{{ __('settings.penalty-start') }}
{{ __('settings.penalty-end') }}
{{ __('settings.penalty-amount') }}
{{ __('student.cancel') }}
@endsection @section('scripts') {!! Toastr::message() !!} {{-- --}} {{-- --}} @endsection