@extends('admin.layouts.master') @section('title', 'Review - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)

{{ __('Review') }}

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

  • @endsection