@extends('entity.app') @section('title' , __('employee.religions')) @section('content')
@lang('employee.religions')
@foreach ($religions as $religion) @endforeach
# @lang('form.name') @lang('employee.count') @lang('student.count') @lang('employeeAffairs.created_at') @lang('general.action')
{{ $religion->id }} {{ $religion->name }} {{ $religion->employees_count }} {{ $religion->students_count }} {{ $religion->created_at?->format('Y-m-d') }}
@endsection