@extends('layouts.main_without_top_button')
@section('credit_and_debit_note')
active
@stop
@section('title')
{{$vendor->name}} Profile
@stop
@section('navigation')
@stop
@section('contentinner')
@include('vendors.includes.vendor_profile')
{!! Form::open(array('class' => 'stdform','id'=>'grn_payment_form','route'=>'credit-notes.store')) !!}
{!! Form::close() !!}
{!! Form::open(array('class' => 'stdform','id'=>'credit_note_edit_form','route'=>'credit-notes.update')) !!}
{!! Form::close() !!}
@stop