@extends('main') @section('h_title', 'All Global Mobile Banks') @section('mobile_banking_main', 'active') @section('mobile_banking_main_expand', 'true') @section('mobile_banking_show_main', 'show') @section('g_mbanking_main', 'active') @section('g_mbanking_show', 'show') @section('g_mbanking_view', 'active') @push('css_cdn') @endpush @section('body')
All Global Mobile Banks
@foreach($g_mbank_data as $data) @endforeach
SR No. Logo Name Slug Status Created At Action
{{ $loop->iteration }} {{ $data->name }} {{ $data->name }} {{ $data->slug }} {{ \Carbon\Carbon::make($data->created_at)->format('D, d M Y') }}
@endsection @push('js_cdn') @endpush @push('js') @endpush