@props([
'export' => false,
'loadScript' => false,
'dataReplace' => [],
'isReplace' => false
])
@extends('report.layout')
@section('title', $agreement->name)
@section('type', $agreement->name)
@push('style')
@endpush
@if($agreement->isAccepted())
@section('header_info')
@lang('lang.date.date'): {{ DateHelper::format($agreement->accepted_at) }}
@endsection
@endif
@section('client_info')
@include('report.partial.client-info', ['client' => $client])
@endsection
@section('project_info')
@include('report.partial.project-info', ['project' => $project])
@endsection
@section('content')