@extends('admin/layouts.master') @section('title', 'Edit Review - Admin') @section('body')
@include('admin.message')

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

{{ csrf_field() }} {{ method_field('PUT') }}

  • status==1 ? 'checked' : '' }}>
  • approved==1 ? 'checked' : '' }}>
  • featured==1 ? 'checked' : '' }}>

  • @endsection