| @lang('global.freight_option.fields.name') | @lang('global.freight_option.fields.price') |
|---|
@include('admin.freight-options.create')
@inject('request', 'Illuminate\Http\Request') @extends('layouts.iconbar') @section('title') Freight Options @endsection @section('breadcrumbs') {{ Breadcrumbs::render(\Request::route()->getName()) }} @endsection @section('create-button') @can('customer_groups_create') New Freight Option @endcan @endsection @section('content')
| @lang('global.freight_option.fields.name') | @lang('global.freight_option.fields.price') |
|---|