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

Shipping Options

{{-- --}}
{{ $dataTable->table(['class' => 'table table-striped table-bordered dt-responsive nowrap', 'style' => 'width:100%;']) }}
@endsection @section('javascript') @push('scripts') {{ $dataTable->scripts() }} @endpush @endsection