@extends('layout.app') @section('title') {{ __('message.rotate_proxy_edit') }} @stop @section('content')
{{-- form for store clients --}}
id)}}" enctype="multipart/form-data"> @csrf
{{-- client name --}}
{{-- end client name --}}
status == 1) checked @endif value="1" name="status" class="custom-control-input" />
status == 0) checked @endif value="0" name="status" class="custom-control-input" />
{{-- end form --}}
@endsection