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

Inventory Brand

{!! Form::open(['route'=>array('spare-part-brand.store'), 'onsubmit'=>'BtnSubmit.disabled = true','method' => 'post']) !!}
{{$errors->first('brand_name')}}
{!! Form::select("status", ['active'=> 'Active', 'inactive'=>'Inactive'], old("status"), ['class'=>'form-control' ,'id' => 'product_id1','required'=>'required'] ) !!}
{{$errors->first('remark')}}
{!! Form::close() !!}
@endsection @push('footerscript') @endpush