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

{{ trans('project.project_edit') }}

@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@method('PUT') @csrf
@if (session('success'))
{{ session('success') }}
@endif
{{trans('project_trainee.id')}}
{{trans('project_trainee.project_id')}}
{{trans('project_trainee.trainee_id')}}
{{trans('project_trainee.training_facility_id')}}
{{trans('project_trainee.sending_agency_id')}}
((item.project_trainee_id)) ((item.project_id)) ((item.trainee_id)) ((item.training_facility_id)) ((item.sending_agency_id))
@method('DELETE') @csrf
@if (session('success'))
{{ session('success') }}
@endif
{{trans('project_work.id')}}
{{trans('project_work.project_id')}}
{{trans('project_work.work_id')}}
((item.project_work_id)) ((item.project_id)) ((item.work_id))
@method('DELETE') @csrf
@endsection @section('script-footer') @endsection