@extends('layouts.master')
@section('title', 'Project Document')
@section('content')
@include('pages.et_project_document.component.list')
@include('pages.et_project_document.component.add-modal')
@endsection
@section('script-footer')
@if (session('changePasswordAlert'))
@endif
@if ($errors->any())
@endif
@if (session('error'))
@endif
@if (session('success'))
@endif
@endsection