@extends('layouts.app') @section('styles') @endsection @section('content') @canany(['shipping_charges-create','shipping_charges-edit'])

Add Shipping Charges

@csrf
@can('shipping_charges-create') Save @endcan @can('shipping_charges-edit') @endcan
@endcanany @can('shipping_charges-list')

View Shipping Charge

@endcan @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- --}} {{-- ########################################################################## --}} @endsection