@lang('modules.contracts.summery')

{!! $contract->contract_detail !!}
@if($contract->amount != 0)

@lang('modules.contracts.contractValue'): {{ $global->currency->currency_symbol }} {{ $contract->amount }}

@endif @if($contract->end_date != null) @endif
# @lang('modules.contracts.contractNumber') {{ $contract->id }}
@lang('modules.projects.startDate') {{ $contract->start_date->format($global->date_format) }}
@lang('modules.contracts.endDate') {{ $contract->end_date->format($global->date_format) }}
@lang('modules.contracts.contractType') {{ $contract->contract_type->name }}
@if($contract->signature)

@lang('modules.estimates.signature')

{!! Html::image($contract->signature->signature,'Logo',['class'=>'','width'=>'250px']) !!}

{{ ucwords($contract->signature->full_name) }}

@endif