@push('css') @endpush @if (Session::has('result')) @if (Session::get('result')['success'])

{{ Session::get('result')['msg'] ?? 'Action Success' }}

@else

{{ Session::get('result')['msg'] ?? 'There is some Error' }}

@endif @endif