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

{{ trans('reasons_non_implementation_support.reasons_non_implementation_support') }}

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