@extends('layout.app') @section('title') {{ __('message.rotate_proxy_create') }} @stop @section('content')
{{-- form for store clients --}}
@csrf
{{-- client name --}}
{{-- end client name --}}
{{-- end form --}}
@endsection