@extends('layout.app') @section('title') {{ __('message.proxy_edit') }} @stop @section('content')
{{-- form for store clients --}}
id)}}" enctype="multipart/form-data"> @csrf
{{-- client name --}}
{{-- end client name --}}
{{-- end form --}}
@endsection @section("js") @endsection