@extends('admin.layouts.master') @section('title', 'ADD User - Admin') @section('body')

{{ __('adminstaticword.Review') }}

{{ csrf_field() }} {{ method_field('PUT') }}
  • status==1 ? 'checked' : '' }}>
  • approved==1 ? 'checked' : '' }}>

  • @endsection