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

{{ trans('supervisor_cv.supervisor_cv') }}

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