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

Sugarmills

--}}







{{ Form::select('type', ['ONE' => 'Select Vendor Type....', 'IMPORT' => 'IMPORT', 'LOCAL' => 'LOCAL'], isset($vendor->type) ? old('type', $vendor->type) : old('type') , ['class' => 'form-control type']) }}




@endsection @section('scripts') @endsection