@extends('backend.layouts.main') @section('title', 'Payment-methods') @section('main-container')
{{--
Payment Methods
@foreach ($payments as $key=> $method) @endforeach
# Identity Agent Shop id Last Updated Status Action
{{$key+1}} {{$method->identity}} {{$method->agent}} {{$method->shop_id}} {{$method->updated_at}} {{$method->status}}
--}}
@foreach ($payments as $key=> $method)
{{-- --}} {{ strtoupper($method->identity) }}
{{$method->agent}}
@endforeach
@endsection