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

Edit Inventory Category

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