@extends('adminLayout::index') @section('pageContent')
@foreach($acquiringProviders as $provider) {{ $provider['name'] }} @endforeach
@endsection