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

{{ trans('pledge_officers_specific_skills_affiliation_organizations.pledge_officers_specific_skills_affiliation_organizations') }}

@csrf
@include('pages.pledge_officers_specific_skills_affiliation_organizations.component.pledge_officers_specific_skills_affiliation_organizations')
@endsection @section('script-footer') @if (session('changePasswordAlert')) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection