@extends('web.layout.master') @section('content')

You are logged in as {{ Auth::user()->emailaddress }}

@if ($errors->any())
@endif @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }}

@endif @endforeach
@csrf
is_primary == 1) ? "checked" : "" ) }}>
CANCEL
@endsection