@extends('super_admins.layouts.master') @section('title') View Gateway @endsection @section('css') @endsection @section('content') @if ($errors->any()) @endif
{{--
--}}

View Gateway

@if ($gateway->image) @endif
Name {{ $gateway->name }}
Code {{ $gateway->code }}
Currency {{ $gateway->currency }}
Symbol {{ $gateway->symbol }}
Convention Rate {{ $gateway->convention_rate }}
Min Amount {{ $gateway->min_amount }}
Max Amount {{ $gateway->max_amount }}
Image
Status {{ $gateway->status ? 'Active' : 'Inactive' }}
@endsection @section('scripts') @endsection