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