@extends('layouts.default_module')
@section('module_name')
Shipping
@stop
@section('add_btn')
{!! Form::open(['method' => 'get', 'route' => ['shipping.create'], 'files'=>true]) !!}
{!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!}
{!! Form::close() !!}
@stop
@section('table-properties')
width="400px" style="table-layout:fixed;"
@endsection
@section('table')
name
price
from quantity
upto quantity
box length
box width
box height
edit
delete