@extends('layouts.master') @section('css') @section('title') {{ __('home.newexpense') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطا
@endif


{{ __('home.decoumentNo') }} {{ __('accountes.user') }} {{ __('accountes.Reasonforspendingmoney') }} {{ __('accountes.Theamountpaid') }} {{ __('home.paymentmethod') }} {{ __('home.operations') }}
- - - - - -

{{ csrf_field() }}
@endsection @section('js') @endsection