@extends('main') @section('h_title', 'All Mobile Banks') @section('mobile_banking_main', 'active') @section('mobile_banking_main_expand', 'true') @section('mobile_banking_show_main', 'show') @section('mbanking_main', 'active') @section('mbanking_show', 'show') @section('mbanking_view', 'active') @push('css_cdn') @endpush @section('body')
All Mobile Banks
@foreach($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