@extends('layouts.app') @section('title', 'Products') @section('content') @if (isset($product->sno))
@else @endif @if ($errors->any())
@endif @csrf
{{--

Sugarmills

--}}






{{ Form::select('company', $company, isset($product->company) ? old('company', $product->company) : old('company'), ['class' => 'form-control company']) }}



@endsection @section('scripts') @endsection