@extends('admin.default') @section('title', 'Admin | Edit Recaptcha') @section('content')
Recaptcha Edit
{{csrf_field()}} @method('PUT')
status=='active' )checked @endif required>Active
status=='disable' )checked @endif required>Disable

@endsection