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

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

@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_before_record.component.project_trainee_after_infor')
@include('pages.project_training_before_record.component.project_training_after_teacher')
@include('pages.project_training_before_record.component.project_training_after_school')
@include('pages.project_training_before_record.component.project_training_after_tab4')
@include('pages.project_training_before_record.component.project_work_hiring')
@endsection @section('script-footer') @if (session('success')) @endif @endsection