@extends('employee.app') @section('title', __('employeeAffairs.manage_employee_attachments')) @section('content')
@lang('employeeAffairs.manage_employee_attachments') ({{ $employee->fullName() }})
@forelse ($employee->attachments as $attachment) @empty @endforelse
# @lang('employeeAffairs.type') @lang('employeeAffairs.created_at') @lang('employeeAffairs.actions')
{{ $attachment->id }} {{ $attachment->url }} {{ $attachment->type->name }} {{ $attachment->created_at->format('Y-m-d') }}
@lang('general.no_result')
@endsection