@extends("layouts.dashboard.app") @section("page-nav-title")
{{__('Control and View All Payment Methods')}}
#{{__('ID')}} | {{__('Title')}} | @if(hasPermissions(["edit-payment-method", "delete-payment-method"])){{__('Control')}} | @endif
---|---|---|
{{$payment->id}} | {{$payment->title}} | @if(hasPermissions(["edit-payment-method", "delete-payment-method"]))@if(hasPermissions("edit-payment-method")) id)}}" class="control-link edit"> @endif @if(hasPermissions("delete-payment-method")) @endif | @endif