@extends('admin.layouts.master') @section('title',__($page_title)) @section('content')
@if(can_access('admin-manual-gateway'))
@endif
@foreach ($gateway as $key => $data) @endforeach
{{__('SL')}} {{__('Gateway')}} {{__('Status')}} {{__('Action')}}
{{$gateway->firstItem() + $key}} {{$data->name}} @if ($data->status == 1) {{__('Active')}} @else {{__('Disabled')}} @endif
@endsection