@if(Session::has('status')) @if(strpos(Request::url(), 'admin') !== false)
{{ Session::get('status') }}
@else @endif @endif