@extends('admin.layouts.master') @section('title', 'Review - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('Review') }}
{{ csrf_field() }} {{ method_field('PUT') }}
{{ __('Status') }}:
status==1 ? 'checked' : '' }}>
{{ __('Approved') }}:
approved==1 ? 'checked' : '' }}>
{{ __('Save') }}
@endsection