@extends('layouts.master') @section('title', 'Project Trainee After') @section('content')
@if ($type == 'edit')
{{ trans('project.edit_cancel') }}
@else {{ trans('et_project_document.edit') }} @endif
@method('POST') @csrf @include('pages.et_project_document.component.project_document_info')
@endsection @section('script-footer') @if (session('error')) @endif @if (session('success')) @endif @endsection