@extends('layout.main') @section('content') @if(session()->has('not_permitted'))
{{trans('file.The field labels marked with * are required input fields')}}.
{!! Form::open(['route' => 'expenses.store', 'method' => 'post', 'files' => true, 'id' => 'expense-form']) !!}| {{trans('file.date')}} | {{trans('file.Expense Category')}} | {{trans('file.Warehouse')}} | {{trans('file.Amount')}} | {{trans('file.Account')}} | {{trans('file.Note')}} |
|---|