@extends('layouts.main_without_top_button')
@section('debit_note')
active
@stop
@section('title')
{{$client->name}} Profile
@stop
@section('navigation')
@stop
@section('contentinner')
@include('clients.includes.client_summary')
{!! Form::open(array('class' => 'stdform','id'=>'grn_payment_form','route'=>'debit-notes.store')) !!}
{!! Form::close() !!}
{!! Form::open(array('class' => 'stdform','id'=>'debit_note_edit_form','route'=>'debit-notes.update')) !!}
{!! Form::close() !!}
@stop