@extends('layouts.master') @section('title', 'Project Trainee After') @section('content')
{{--
--}}

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

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