@extends('layouts.index') @section('title', 'Resellers') @section('css_style') @endsection @section('header') {{ __('Reseller') }} @endsection @section('content')
Add a reseller @if ($message = Session::get('success')) @endif
@if(!empty($resellers)) @foreach($resellers as $row) @endforeach @else @endif
Name Type Accounts Location Provider Disk Price Due Had since Actions
{{ $row->main_domain }} {{ $row->reseller_type }} {{ $row->accounts }} {{ $row->location->name }} {{ $row->provider->name }} {{ $row->disk_as_gb }} GB {{ $row->price->price }} {{$row->price->currency}} {{\App\Process::paymentTermIntToString($row->price->term)}} {{Carbon\Carbon::parse($row->price->next_due_date)->diffForHumans()}} {{ $row->owned_since }}
No reseller hosting found.
reseller @endsection