Guest User

Untitled

a guest
Aug 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public function create()
  2. {
  3. return view ('IncomeExpense.create');
  4. }
  5.  
  6. <div class="form-group">
  7. {{Form::label('', 'Category')}}
  8. {{Form::select('IncomeExpense',null,['class'=>'form-control',
  9. 'placeholder'=>'Choose category'])}}
  10. </div>
Add Comment
Please, Sign In to add comment