@extends('admin.layouts.master') @section('title', 'Manual Payment Gateways - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ $error}}
@endforeach# | {{ __('Payment Gateway Name') }} | {{ __('Status') }} | {{ __('Action') }} | @foreach($payments as $payment)
---|---|---|---|
1 {{ __('Are You Sure') }} ?{{ __('Do you really want to delete selected item ? This process cannot be undone') }}. |
{{$payment->name}} |
@can('payment-setting.manual-payment.edit')
{{ __('Edit') }}
@endcan
@can('payment-setting.manual-payment.delete')
{{ __("Delete") }}
@endcan
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} {{$payment->name}} ? {{ __('This process cannot be undone.')}} |