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

{{ trans('explanation_fees_trainee.explanation_fees_trainee') }}

@if ($type == 'edit') @else {{ trans('project.edit') }} {{ trans('project.export_pdf') }} @endif
@csrf
@include('pages.explanation_fees_trainee.component.info')
{{--
@include('pages.explanation_fees_trainee.component.trainee')
--}}
@include('pages.explanation_fees_trainee.component.namelist')
@endsection @section('script-footer') {{-- --}} @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection