@extends('voyager::master') @section('css')
@stop @section('page_title', 'Add Contact') @section('page_header')
Add Contact
@stop @section('content')
Select Type
*
:
Supplier
Wholesaler
Supplier
*
:
[Select Supplier]
@if(!empty($suppliers)) @foreach($suppliers as $key => $sup)
{{ $sup }}
@endforeach @endif
State
*
:
[Select State]
@if(!empty($states)) @foreach($states as $key => $state)
{{ $state }}
@endforeach @endif
Name
*
:
Website:
Notes:
Main Contact
Address:
Phone:
Email:
Logo:
Contacts
Add Contact
Save
x
Name:
Job Title:
Email:
Phone:
@stop @section('javascript')