@if(Session::has('msg'))
{{Session::get('msg')}}
@endif
@if(!empty(old('option_name')))
@foreach(old('option_name') as $oldOptionName)
@if(!isset($option->id))
@endif
@endforeach
@else
@if(!isset($option->id))
@endif
@endif
@if(isset($option->id))
@endif