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

Proxies

@include('notify.errors') @include('notify.success')

Edit Proxy

@csrf
@if($proxySoftware) @foreach($proxySoftware as $proxy_software)

Used : {{$proxy_software->used}}

@endforeach @endif
@endsection @section('endfooter') @endsection