@extends('dealer_layouts.dealer_master') @section('page-title') Dealer | Merchants @endsection @section('page-content') @include('organisation.partials.create_merchant') @include('organisation.partials.top_up_merchant_by_id')
Sales to Merchants Add Merchant
@include('commons.notifications')
@forelse ($merchants as $row) @empty @endforelse
Name Phone Language Balance Status Registration Date Action
{{ $row->fullname }} {{ $row->phone }} {{ ucfirst($row->language) }} {{ number_format($row->balance) }} {{ ucfirst($row->status) }} {{ $row->created_at }} View Edit
No Data
{{ $merchants->links() }}
@endsection @section('page-js') @endsection