@extends('layouts.master') @section('title', 'Project Document') @section('content')
{{ trans('project_document.project_document') }}
@if (session('success'))
{{ session('success') }}
@endif

{{ trans('project_document.table_title') }}

{{ 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))
@method('DELETE') @csrf
@endsection @section('script-footer') @endsection