/*edit.blade.php*/
<div class="form-group ">
<p>{{Form::label('Status', 'Κατάσταση :')}}
Άριστη {{Form::radio('status', 'Άριστη')}}
Καλή {{Form::radio('status', 'Καλή')}}
Μέτρια {{Form::radio('status', 'Μέτρια')}}
Κακή {{Form::radio('status', 'Κακή')}}</p>
</div>
/*when the user click to edit posts i want the radio button remember the previous option that given by a user */