@extends('app') @section('content') @if(Session::has('flash_message'))
{!! Session::get('flash_message') !!}
@endif
التصحيحات الذاتية


@if($self_correction->reviewer && $self_correction->is_reviewed())
@endif
{!! Form::open(["method" => "POST","route" => ["admin.selfcorrections.toggle_review", $self_correction->id],"class" => "inline"]) !!}{!! Form::close() !!}
{!! Form::open(["method" => "DELETE","route" => ["admin.selfcorrections.destroy", $self_correction->id],"class" => "inline deleteaction"]) !!}{!! Form::close() !!}
إلغاء
@endsection