@extends('layouts.app') @section('title', 'Autoship | Shopping Cart') @section('extrastyles') @endsection @section('content')
Manage Autoships
{!! Form::open(['novalidate' => 'novalidate', 'onsubmit' => 'return exportAutoship(this);']) !!}
{!! Form::select('method_type' , $methods , 'All' , ['class' => 'form-control', 'id' => 'method_type']) !!}
{!! Form::close() !!}
Autoship ID Customer Name Start Date End Date Next Run Date Method Number of runs Future Amount
@endsection @section('footer') @endsection