{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content')

শৃঙ্খলামুলক ব্যবস্থা (Disciplinary Action) {{$nature}} - {{$type}} From {{$startdate}} to {{$enddate}}

From To
@foreach($datas as $data) @endforeach
Name Rank Nature of Penalty Type of Penalty Order number Order date Time period Starting date Time period Finishing date Readjusted Salary Comment Contact Number Action
{{ $data->employee->name}} @if(isset($data->employee->rank) && (int)$data->employee->rank > 0){{ $function->rank()[(int)$data->employee->rank]['name_en']}}@endif @if(isset($data->nature_of_penalty) && (int)$data->nature_of_penalty > 0 && isset($function->disciplinary_action_type()[(int)$data->nature_of_penalty])){{ $function->disciplinary_action_type()[(int)$data->nature_of_penalty][1]}}@endif @if(isset($data->type_of_penalty) && (int)$data->type_of_penalty > 0 && isset($function->disciplinary_action_type_name()[(int)$data->type_of_penalty])){{ $function->disciplinary_action_type_name()[(int)$data->type_of_penalty][1]}}@endif {{$data->order_number ? $data->order_number:''}} {{$data->order_date ? \Carbon\Carbon::parse($data->order_date)->format('d-m-Y'):''}} {{$data->start_date ? \Carbon\Carbon::parse($data->start_date)->format('d-m-Y'):''}} {{$data->end_date ? \Carbon\Carbon::parse($data->end_date)->format('d-m-Y'):''}} {{$data->requested_salary ? $data->requested_salary:''}} {{$data->comment ? $data->comment:''}} {{ $data->employee->sms_number}} Details
@endsection {{-- Scripts Section --}} @section('scripts') @endsection