@extends('layouts.front') @section('page-title', trans('crm.deposit')) @section('content')
@include('partials.announcement')

@lang('crm.deposit')

@include('partials.front-custom-menu')
@include('partials.messages')

@if(count($signed_contracts) <= 0)
There is not signed Contract.
@else {!! Form::open(['route' => ['front.deposit.deposit_store'], 'method' => 'POST', 'id' => 'deposit-form']) !!}
%
%

* @lang('crm.deposit_note')

{!! Form::close() !!} @endif
@stop @section('scripts') {!! JsValidator::formRequest('CRM\Http\Requests\Client\DepositCreateRequest', '#deposit-form') !!} @stop