Thank Card System
{{ Auth::check() ? Auth::user()->mail : 'GUEST' }}
@csrf
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content')