@php $hasMessage = session()->has('success') || session()->has('error'); @endphp
{{ __('filasortable::filasortable.Sort the table just by drag and drop.') }}
@if (session()->has('success')) {{ session('success') }} @elseif (session()->has('error')) {{ session('error') }} @endif