@extends('layouts.master') @section('title', 'Project Document') @section('content')

{{ trans('apply_trainee_list.apply_trainee_list') }}

{{--
@if ($type == 'edit') @else {{ trans('project.edit') }} {{ trans('project.export_pdf') }} @endif
--}}
@if ($type == 'edit') @else {{ trans('label.edit') }} {{ trans('label.export_excel') }} {{ trans('label.export_pdf') }} @endif
@csrf
{{ trans('apply_trainee_list.namelist.id') }}
{{ trans('apply_trainee_list.namelist.name') }}
{{ trans('apply_trainee_list.namelist.nationality') }}
{{ trans('apply_trainee_list.namelist.birthdate') }}
{{ trans('apply_trainee_list.namelist.sex') }}
{{ trans('apply_trainee_list.namelist.trainning_type') }}
@if ($type == 'edit') @endif
((item.id)) @if ($type == 'edit')
@endif @if ($type == 'detail') @endif
{{--
@include('pages.apply_trainee_list.component.info')
@include('pages.apply_trainee_list.component.trainee')
@include('pages.apply_trainee_list.component.namelist')
--}}
@endsection @section('script-footer') @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection