@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
@if(session()->has('message'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}
@if(session()->has('error'))
@endif