@extends('admin.layouts.master-soyuz') @section('title',__('Handling Charge Settings')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Handling Charge') }} @endslot @slot('menu1') {{ __("Handling Charge") }} @endslot @slot('button')
{{__("Add Handing Charge")}}
@endslot @endcomponent
{{ __('Handling Charge') }}


{{ __("Toggle to allow Gloabl Handling Charges.") }}
@if(isset($records[0]->global_price)) @endif

@foreach($records as $record) @endforeach
{{ __('Default') }} {{ __('Method Name') }} {{ __('Price') }} {{ __('Global Price') }} {{ __('Price Type') }} {{ __('Action') }}
{{$record->id}} {{$record->payment_getway_name}} {{$record->price}} {{$record->global_price }} {{$record->Type_of_charge == 'global' ? "Global":"Custom"}}
@endsection