@extends('admin.layout.master') @section('content')
@if(auth()->user()->hasPermission('create_shippingType')) @lang('admin.add_shippingtypes') @else @endif
@endsection @push('js') @endpush