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

{{ trans('label.project_training_gino') }}

@if ($type == 'edit')
{{ trans('project.edit_cancel') }}
@else {{ trans('project_training.edit') }} @endif
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@method('POST') @csrf
@include('pages.project_training_gino.component.project_training_gino_infor')
@include('pages.project_training_gino.component.project_training_gino_detail')
@include('pages.project_training_gino.component.project_training_gino_trainee')
@endsection @section('script-footer') @if (session('success')) @endif @endsection