@extends('dashboard.base') @section('content')

Create new Shipping Option

@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@include('dashboard.shipping-options._form')
@endsection @section('javascript') @endsection