@extends('admin.layout.app') @section('title','Create Inventory Category') @section('content')

Create Inventory Category

{!! Form::open(['route'=>array('category.store'), 'onsubmit'=>'BtnSubmit.disabled = true','method' => 'post']) !!}
{{$errors->first('category_name')}}
{!! Form::close() !!}
@endsection @push('footerscript') @endpush