@extends('backend.admin-master') @section('site-title') {{ __('Dashboard') }} @endsection @section('content') {{-- for success msg --}} @if (session('success'))
{{ session('success') }}
@endif

IB Deals / Edit Documentation

@method('PUT')
@csrf

@if(!empty($edit_document->valuation)) View @endif
@if(!empty($edit_document->due_deligence_report)) View @endif
@if(!empty($edit_document->share_holding_argument)) View @endif
@if(!empty($edit_document->cap_table_member_register)) View @endif
Cancel
@endsection