@yield('css')
×
Home
About Judiann
About Us
Judiann’s Portfolio
Services
Faq’s
Student’s Work
Contact Us
Terms & Conditions
Privacy Policy
Schedule A Class
@if(!\Illuminate\Support\Facades\Auth::check())
Sign In
Sign Up
@else
{{ $cart_count }}
Logout
@csrf
@endif
☰
@yield('content')
Login
×
@csrf
Email
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Login
{{--
Forget Password
--}}
Not a member? Signup
@if(session()->has('success')) @endif @if(session()->has('error')) @endif @yield('script')