@extends('layouts.default') @section('content')
Create Vendor
{{ Userdefined::showMessage() }}
Vendor Details
Company Name
*
Vendor Name
*
Vendor Email
*
Vendor Mobile
*
Vendor Website
*
Pay Rate
*
Vendor Country
*
Select Country
@foreach($countries_top as $country_top)
id==231?'selected':'' }}>{{ $country_top->name }}
@endforeach @foreach($countries as $country)
{{ $country->name }}
@endforeach
Vendor State
Select State
@foreach($states as $state)
{{ $state->name }}
@endforeach
Vendor City
Select City
Vendor Address
Add Vendor
Implementer Details
Company Name
Name
Email
Mobile
Reset
Submit
{{ csrf_field() }}