@extends('front.layouts.frontlayout') @section('head') {!! HTML::style("assets/global/css/plugins.css") !!} @stop @section('mainarea')
{{__('menu.back')}}

Add New Expense

{!! Form::open(array('class'=>'sky-form ajax_form','id'=>'expenses_form','files'=>true)) !!}
{!! Form::close() !!}

{{--------------------------Show Notice MODALS-----------------}} {{------------------------END Notice MODALS---------------------}} @stop @section('footerjs') @stop