@extends('booth.layouts.app') @section('title', 'Booth - Create Requirement') @section('content')

Add Requirement

Add Requirement
@csrf
{!! Form::select('category_name',[''=>'--Select Cotegory --']+$category,old('category_name'),array('class'=>'form-control chosen','id'=>'category_id')) !!}
{{ $errors->first('category_name')}}
{{ $errors->first('quantity')}}
{{ $errors->first('date')}}
{{ $errors->first('remark')}}
@endsection