@extends('layouts.master')
@section('title', 'Project Document')
@section('content')
@if (session('success'))
{{ session('success') }}
@endif
{{ trans('project_document.id') }}
|
{{ trans('project_document.trainee_number') }}
|
{{ trans('project_document.entry_date') }}
|
{{ trans('project_document.sending_agency') }}
|
{{ trans('project_document.company') }}
|
{{ trans('project_document.url') }}
|
|
((item.project_id)) |
((item.trainee_number)) |
((item.entry_date)) |
((item.sending_agency_id)) |
((item.company_id)) |
((item.url)) |
|
@endsection
@section('script-footer')
@endsection