@extends('layouts.default') @section('title') Integrations List @stop @section('content') @include('notifications')
Seller ID | Seller Name | Country | Store Added On | Status | Payment Status | Action | |
|
{{ $seller->id }} | {{ $seller->seller_name }} | {{ $seller->country }} | {{ date('jS F Y',strtotime($seller->seller_created_at)) }} | @if($seller->status == 'Active') {{ $seller->status }} @else {{ $seller->status }} @endif | @if($seller->payment_status == 'Paid') {{ $seller->payment_status }} @else {{ $seller->payment_status }} @endif | |
No Integration found. |