@extends('layouts.master') @section('title', __('index.project_document')) @section('action', __('index.upload_documents')) @section('button')
@endsection @section('styles') @endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.project.common.breadcrumb')
@lang('index.upload_project_attachments')
@csrf
@endsection @section('scripts') @endsection