@extends('layouts.member-app')
@push('head-script')
@endpush
@section('page-title')
@endsection
@section('content')
{!! Form::open(['id'=>'createContract','class'=>'ajax-form','method'=>'PUT']) !!}
@if($contract->signature)
Signature (Customer)
@endif
@lang('app.edit') @lang('app.menu.contract')
{!! Form::close() !!}
{{--Ajax Modal--}}
{{--Ajax Modal Ends--}}
@endsection
@push('footer-script')
@endpush