mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 23:59:09 +00:00 
			
		
		
		
	Updated resellers show blade
Updated resellers show blade
This commit is contained in:
		
							parent
							
								
									81986ebfd6
								
							
						
					
					
						commit
						35492de070
					
				
					 1 changed files with 115 additions and 107 deletions
				
			
		| 
						 | 
					@ -4,59 +4,62 @@
 | 
				
			||||||
        {{ __('Reseller hosting details') }}
 | 
					        {{ __('Reseller hosting details') }}
 | 
				
			||||||
    </x-slot>
 | 
					    </x-slot>
 | 
				
			||||||
    <div class="container">
 | 
					    <div class="container">
 | 
				
			||||||
        <div class="card shadow mt-3">
 | 
					        <x-card class="shadow mt-3">
 | 
				
			||||||
            <div class="card-body">
 | 
					            <div class="row">
 | 
				
			||||||
 | 
					                <div class="col-12 col-md-6 mb-2">
 | 
				
			||||||
 | 
					                    <h2>{{ $reseller->main_domain }}</h2>
 | 
				
			||||||
 | 
					                    <code>@foreach($labels as $label)
 | 
				
			||||||
 | 
					                            @if($loop->last)
 | 
				
			||||||
 | 
					                                {{$label->label}}
 | 
				
			||||||
 | 
					                            @else
 | 
				
			||||||
 | 
					                                {{$label->label}},
 | 
				
			||||||
 | 
					                            @endif
 | 
				
			||||||
 | 
					                        @endforeach</code>
 | 
				
			||||||
 | 
					                </div>
 | 
				
			||||||
 | 
					                <div class="col-12 col-md-6 text-md-end">
 | 
				
			||||||
 | 
					                    <h6 class="text-muted pe-lg-4">{{ $reseller->id }}</h6>
 | 
				
			||||||
 | 
					                    @if($reseller->active !== 1)
 | 
				
			||||||
 | 
					                        <h6 class="text-danger pe-lg-4">not active</h6>
 | 
				
			||||||
 | 
					                    @endif
 | 
				
			||||||
 | 
					                </div>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
            <div class="row">
 | 
					            <div class="row">
 | 
				
			||||||
                <div class="'col-12 col-lg-6">
 | 
					                <div class="'col-12 col-lg-6">
 | 
				
			||||||
                    <div class="table-responsive">
 | 
					                    <div class="table-responsive">
 | 
				
			||||||
                        <table class="table table-borderless text-nowrap">
 | 
					                        <table class="table table-borderless text-nowrap">
 | 
				
			||||||
                            <tbody>
 | 
					                            <tbody>
 | 
				
			||||||
                            <tr>
 | 
					                            <tr>
 | 
				
			||||||
                                    <td class="px-4 py-2 font-bold">Labels</td>
 | 
					                                <td class="px-2 py-2 font-bold text-muted">Type</td>
 | 
				
			||||||
                                    <td>
 | 
					                                <td>{{ $reseller_extras[0]->reseller_type }}</td>
 | 
				
			||||||
                                        @foreach($labels as $label)
 | 
					 | 
				
			||||||
                                            @if($loop->last)
 | 
					 | 
				
			||||||
                                                {{$label->label}}
 | 
					 | 
				
			||||||
                                            @else
 | 
					 | 
				
			||||||
                                                {{$label->label}},
 | 
					 | 
				
			||||||
                                            @endif
 | 
					 | 
				
			||||||
                                        @endforeach
 | 
					 | 
				
			||||||
                                    </td>
 | 
					 | 
				
			||||||
                            </tr>
 | 
					                            </tr>
 | 
				
			||||||
                            <tr>
 | 
					                            <tr>
 | 
				
			||||||
                                    <td class="px-4 py-2 font-bold">Id</td>
 | 
					                                <td class="px-2 py-2 font-bold text-muted">Main domain</td>
 | 
				
			||||||
                                    <td>{{ $reseller->id }}</td>
 | 
					                                <td><a href="https://{{ $reseller->main_domain }}" class="text-decoration-none">{{ $reseller->main_domain }}</a></td>
 | 
				
			||||||
                            </tr>
 | 
					                            </tr>
 | 
				
			||||||
                            <tr>
 | 
					                            <tr>
 | 
				
			||||||
                                    <td class="px-4 py-2 font-bold">Main domain</td>
 | 
					                                <td class="px-2 py-2 font-bold text-muted">Location</td>
 | 
				
			||||||
                                    <td>{{ $reseller->main_domain }}</td>
 | 
					 | 
				
			||||||
                                </tr>
 | 
					 | 
				
			||||||
                                <tr>
 | 
					 | 
				
			||||||
                                    <td class="px-4 py-2 font-bold">Location</td>
 | 
					 | 
				
			||||||
                                <td>{{ $reseller_extras[0]->location }}</td>
 | 
					                                <td>{{ $reseller_extras[0]->location }}</td>
 | 
				
			||||||
                            </tr>
 | 
					                            </tr>
 | 
				
			||||||
                            <tr>
 | 
					                            <tr>
 | 
				
			||||||
                                    <td class="px-4 py-2 font-bold">Provider</td>
 | 
					                                <td class="px-2 py-2 font-bold text-muted">Provider</td>
 | 
				
			||||||
                                <td>{{ $reseller_extras[0]->provider_name }}</td>
 | 
					                                <td>{{ $reseller_extras[0]->provider_name }}</td>
 | 
				
			||||||
                            </tr>
 | 
					                            </tr>
 | 
				
			||||||
                            <tr>
 | 
					                            <tr>
 | 
				
			||||||
                                    <td class="px-4 py-2 font-bold">Price</td>
 | 
					                                <td class="px-2 py-2 font-bold text-muted">Price</td>
 | 
				
			||||||
                                    <td>{{ $reseller_extras[0]->price }} {{ $reseller_extras[0]->currency }}</td>
 | 
					                                <td>{{ $reseller_extras[0]->price }} {{ $reseller_extras[0]->currency }}
 | 
				
			||||||
 | 
					                                    <small>{{\App\Process::paymentTermIntToString($reseller_extras[0]->term)}}</small>
 | 
				
			||||||
 | 
					                                </td>
 | 
				
			||||||
                            </tr>
 | 
					                            </tr>
 | 
				
			||||||
                            <tr>
 | 
					                            <tr>
 | 
				
			||||||
                                    <td class="px-4 py-2 font-bold">Term</td>
 | 
					                                <td class="px-2 py-2 font-bold text-muted">Has dedicated IP?</td>
 | 
				
			||||||
                                    <td>{{ \App\Process::paymentTermIntToString($reseller_extras[0]->term) }}</td>
 | 
					 | 
				
			||||||
                                </tr>
 | 
					 | 
				
			||||||
                                <tr>
 | 
					 | 
				
			||||||
                                    <td class="px-4 py-2 font-bold">Has dedicated IP?</td>
 | 
					 | 
				
			||||||
                                <td>{{ ($reseller->has_dedicated_ip)? 'Yes': 'No' }}</td>
 | 
					                                <td>{{ ($reseller->has_dedicated_ip)? 'Yes': 'No' }}</td>
 | 
				
			||||||
                            </tr>
 | 
					                            </tr>
 | 
				
			||||||
                            <tr>
 | 
					                            <tr>
 | 
				
			||||||
                                    <td class="px-4 py-2 font-bold">IP</td>
 | 
					                                <td class="px-2 py-2 font-bold text-muted">IP</td>
 | 
				
			||||||
                                <td>{{ $reseller->ip }}</td>
 | 
					                                <td>{{ $reseller->ip }}</td>
 | 
				
			||||||
                            </tr>
 | 
					                            </tr>
 | 
				
			||||||
                            <tr>
 | 
					                            <tr>
 | 
				
			||||||
                                    <td class="px-4 py-2 font-bold">Owned since</td>
 | 
					                                <td class="px-2 py-2 font-bold text-muted">Owned since</td>
 | 
				
			||||||
                                <td>
 | 
					                                <td>
 | 
				
			||||||
                                    @if(!is_null($reseller->owned_since))
 | 
					                                    @if(!is_null($reseller->owned_since))
 | 
				
			||||||
                                        {{ date_format(new DateTime($reseller->owned_since), 'jS F Y') }}
 | 
					                                        {{ date_format(new DateTime($reseller->owned_since), 'jS F Y') }}
 | 
				
			||||||
| 
						 | 
					@ -64,20 +67,26 @@
 | 
				
			||||||
                                </td>
 | 
					                                </td>
 | 
				
			||||||
                            </tr>
 | 
					                            </tr>
 | 
				
			||||||
                            <tr>
 | 
					                            <tr>
 | 
				
			||||||
                                    <td class="px-4 py-2 font-bold">Next due date</td>
 | 
					                                <td class="px-2 py-2 font-bold text-muted">Next due date</td>
 | 
				
			||||||
 | 
					                                <td>{{Carbon\Carbon::parse($reseller_extras[0]->next_due_date)->diffForHumans()}}
 | 
				
			||||||
 | 
					                                    ({{Carbon\Carbon::parse($reseller_extras[0]->next_due_date)->format('d/m/Y')}})
 | 
				
			||||||
 | 
					                                </td>
 | 
				
			||||||
 | 
					                            </tr>
 | 
				
			||||||
 | 
					                            <tr>
 | 
				
			||||||
 | 
					                                <td class="px-2 py-2 font-bold text-muted">Inserted</td>
 | 
				
			||||||
                                <td>
 | 
					                                <td>
 | 
				
			||||||
                                        @if(!is_null($reseller_extras[0]->next_due_date))
 | 
					                                    @if(!is_null($reseller->created_at))
 | 
				
			||||||
                                            {{ date_format(new DateTime($reseller_extras[0]->next_due_date), 'jS F Y') }}
 | 
					                                        {{ date_format(new DateTime($reseller->created_at), 'jS M y g:i a') }}
 | 
				
			||||||
                                    @endif
 | 
					                                    @endif
 | 
				
			||||||
                                </td>
 | 
					                                </td>
 | 
				
			||||||
                            </tr>
 | 
					                            </tr>
 | 
				
			||||||
                            <tr>
 | 
					                            <tr>
 | 
				
			||||||
                                    <td class="px-4 py-2 font-bold">Created on</td>
 | 
					                                <td class="px-2 py-2 font-bold text-muted">Updated</td>
 | 
				
			||||||
                                    <td>{{ date_format($reseller->created_at, 'jS F Y') }}</td>
 | 
					                                <td>
 | 
				
			||||||
                                </tr>
 | 
					                                    @if(!is_null($reseller->updated_at))
 | 
				
			||||||
                                <tr>
 | 
					                                        {{ date_format(new DateTime($reseller->updated_at), 'jS M y g:i a') }}
 | 
				
			||||||
                                    <td class="px-4 py-2 font-bold">Last updated</td>
 | 
					                                    @endif
 | 
				
			||||||
                                    <td>{{ date_format($reseller->updated_at, 'jS F Y') }}</td>
 | 
					                                </td>
 | 
				
			||||||
                            </tr>
 | 
					                            </tr>
 | 
				
			||||||
                            </tbody>
 | 
					                            </tbody>
 | 
				
			||||||
                        </table>
 | 
					                        </table>
 | 
				
			||||||
| 
						 | 
					@ -87,35 +96,35 @@
 | 
				
			||||||
                    <table class="table table-borderless">
 | 
					                    <table class="table table-borderless">
 | 
				
			||||||
                        <tbody>
 | 
					                        <tbody>
 | 
				
			||||||
                        <tr>
 | 
					                        <tr>
 | 
				
			||||||
                                <td class="px-4 py-2 font-bold">Disk GB</td>
 | 
					                            <td class="px-2 py-2 font-bold text-muted">Disk GB</td>
 | 
				
			||||||
                            <td>{{$reseller->disk_as_gb}}</td>
 | 
					                            <td>{{$reseller->disk_as_gb}}</td>
 | 
				
			||||||
                        </tr>
 | 
					                        </tr>
 | 
				
			||||||
                        <tr>
 | 
					                        <tr>
 | 
				
			||||||
                                <td class="px-4 py-2 font-bold">Bandwidth GB</td>
 | 
					                            <td class="px-2 py-2 font-bold text-muted">Accounts</td>
 | 
				
			||||||
                                <td>{{$reseller->bandwidth}}</td>
 | 
					 | 
				
			||||||
                            </tr>
 | 
					 | 
				
			||||||
                            <tr>
 | 
					 | 
				
			||||||
                                <td class="px-4 py-2 font-bold">Accounts</td>
 | 
					 | 
				
			||||||
                            <td>{{$reseller->accounts}}</td>
 | 
					                            <td>{{$reseller->accounts}}</td>
 | 
				
			||||||
                        </tr>
 | 
					                        </tr>
 | 
				
			||||||
                        <tr>
 | 
					                        <tr>
 | 
				
			||||||
                                <td class="px-4 py-2 font-bold">Domains Limit</td>
 | 
					                            <td class="px-2 py-2 font-bold text-muted">Domains Limit</td>
 | 
				
			||||||
                            <td>{{$reseller->domains_limit}}</td>
 | 
					                            <td>{{$reseller->domains_limit}}</td>
 | 
				
			||||||
                        </tr>
 | 
					                        </tr>
 | 
				
			||||||
                        <tr>
 | 
					                        <tr>
 | 
				
			||||||
                                <td class="px-4 py-2 font-bold">Subdomains Limit</td>
 | 
					                            <td class="px-2 py-2 font-bold text-muted">Subdomains Limit</td>
 | 
				
			||||||
                            <td>{{$reseller->subdomains_limit}}</td>
 | 
					                            <td>{{$reseller->subdomains_limit}}</td>
 | 
				
			||||||
                        </tr>
 | 
					                        </tr>
 | 
				
			||||||
                        <tr>
 | 
					                        <tr>
 | 
				
			||||||
                                <td class="px-4 py-2 font-bold">Email Limit</td>
 | 
					                            <td class="px-2 py-2 font-bold text-muted">Bandwidth GB</td>
 | 
				
			||||||
 | 
					                            <td>{{$reseller->bandwidth}}</td>
 | 
				
			||||||
 | 
					                        </tr>
 | 
				
			||||||
 | 
					                        <tr>
 | 
				
			||||||
 | 
					                            <td class="px-2 py-2 font-bold text-muted">Email Limit</td>
 | 
				
			||||||
                            <td>{{$reseller->email_limit}}</td>
 | 
					                            <td>{{$reseller->email_limit}}</td>
 | 
				
			||||||
                        </tr>
 | 
					                        </tr>
 | 
				
			||||||
                        <tr>
 | 
					                        <tr>
 | 
				
			||||||
                                <td class="px-4 py-2 font-bold">DB Limit</td>
 | 
					                            <td class="px-2 py-2 font-bold text-muted">DB Limit</td>
 | 
				
			||||||
                            <td>{{$reseller->db_limit}}</td>
 | 
					                            <td>{{$reseller->db_limit}}</td>
 | 
				
			||||||
                        </tr>
 | 
					                        </tr>
 | 
				
			||||||
                        <tr>
 | 
					                        <tr>
 | 
				
			||||||
                                <td class="px-4 py-2 font-bold">FTP Limit</td>
 | 
					                            <td class="px-2 py-2 font-bold text-muted">FTP Limit</td>
 | 
				
			||||||
                            <td>{{$reseller->ftp_limit}}</td>
 | 
					                            <td>{{$reseller->ftp_limit}}</td>
 | 
				
			||||||
                        </tr>
 | 
					                        </tr>
 | 
				
			||||||
                        </tbody>
 | 
					                        </tbody>
 | 
				
			||||||
| 
						 | 
					@ -131,8 +140,7 @@
 | 
				
			||||||
               class="btn btn-primary btn-sm mx-2">
 | 
					               class="btn btn-primary btn-sm mx-2">
 | 
				
			||||||
                Edit
 | 
					                Edit
 | 
				
			||||||
            </a>
 | 
					            </a>
 | 
				
			||||||
            </div>
 | 
					        </x-card>
 | 
				
			||||||
        </div>
 | 
					 | 
				
			||||||
        @if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
 | 
					        @if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
 | 
				
			||||||
            <p class="text-muted mt-4 text-end"><small>
 | 
					            <p class="text-muted mt-4 text-end"><small>
 | 
				
			||||||
                    Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}
 | 
					                    Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue