@extends('layouts.admin_layout.admin_layout') @section('content')

All Servers

All Servers

{{session('success')}}

@foreach ($allServers as $server) @endforeach
Sl Server Name Country Username Password Is Pro? Action
{{ $no++ }} {{ $server->server_name }} {{ $server->country_name }} {{ $server->vpn_username }} {{ $server->vpn_password }} @if($server->provide_to == 'premium') Yes @else No @endif Edit
@csrf @method('DELETE')
@endsection