@extends('employee.app') @section('title' , __('employeeAffairs.show_penalty')) @section('content') @include('components.errors')
@lang('employeeAffairs.show_penalty') ({{ $penalty->employee->fullName() }})
{{-- row 1 --}}
{{-- row 2 --}}
@if (!empty($penalty->attachment)) @endif
@lang('employeeAffairs.back')
@include('components.delete_modal', [ 'warning_message' => __('student.warning_message'), 'destroy_route' => route('penalties.destroy', $penalty), ]) @endsection