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