@extends('layouts.app') @section('title', 'Product Options | Products') @section('extrastyles') @endsection @section('content')
Update Option
@include('flash::message')
{!! Form::open(['id' => 'update_option','novalidate' => 'novalidate','onsubmit' => 'return validateFields(this);']) !!} @include('vendor-option._form',compact('option'))
{!! Form::close() !!}
@endsection @section('footer') @include('vendor-option._script'); @endsection