@extends ('layouts.app') @section ('content')
@include('merchants.partials.menu')
{{ Form::select('customer', array('0' => '-Customers-', '1' => 'Customer 1', '2' => 'Customer 2'), null, array('class' => 'form-control')) }}
+ Add Supplier
@for ($i=0; $i<10; $i++) @endfor
Supplier Name
Email
Contact Number
Manage
SUPPLIER NAME
email@email.com
073 123 4567
X
1
2
3
4
5
@include('modals.add_supplier') @stop