@extends('admin.layout.app') @section('title','Create Vehicle Color ') @section('content')

Create Vehicle Color

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