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

{{ trans('specific_skills_affiliation_agency_profile.specific_skills_affiliation_agency_profile') }}

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