@extends('admin.layout.master')
@section('custom_style')
@endsection
@section('content')
@include('flash-message')
{{ Form::model($advance , ['route'=>['frontdesk.advance_voucher.update',$advance->fd_invoice_id],'method' => 'PUT', 'class'=>'form-horizontal','enctype'=>'multipart/form-data']) }}
@include('frontdesk.receipt.advance.form',['buttonText'=>'Update'])
{{ Form::close() }}
@endsection
@section('script')
@endsection