@extends('layouts.admin.app')
@section('title') Add Order @stop
@section('main')
{{----}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
PAYMENT OPTIONS
--}}
{{--
--}}
{{--- Retail
--}}
{{----}}
{{--- Credit Card( Visa, Mastercard, or American Express)
--}}
{{--
--}}
{{--- Wholesale
--}}
{{----}}
{{--- Credit Card( Visa, Mastercard, or American Express)
--}}
{{--- Invoice
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
Wholesale (Zone 1) States
--}}
{{--
--}}
{{--@foreach($zone1 as $state)--}}
{{--- {{$state->code}} - {{$state->name}}
--}}
{{--@endforeach--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
Wholesale (Zone 2) States
--}}
{{--
--}}
{{--@foreach($zone2 as $state)--}}
{{--- {{$state->code}} - {{$state->name}}
--}}
{{--@endforeach--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
@stop
@section('footer')
@stop