@include('index.head') @guest
@include('index.navigations')

Login to your account

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

{!! captcha_img() !!}

@else
@include('index.navigation')
@yield('content')
@endguest @include('index.footer')