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

{{ trans('document_template.document_template') }}

@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