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

{{ trans('certification_plan_management.certification_plan_management') }}

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