@extends('layouts.app_layout') @section('content')

@include('layouts.render.translation',["key" => "login", "default"=> "website_landing_page"]) @include('layouts.render.translation',["key" => "in_into", "default"=> "website_landing_page"]) @include('layouts.render.translation',["key" => "admin", "default"=> "website_landing_page"])

@csrf @if(session()->has("MSG")) @endif @if($errors->any()) @include('admin.admin_layout.form_error') @endif
"email_address", "default"=> "website_landing_page"])" class="form-control @error('email') is-invalid @enderror" name="email" value="{{ old('email') }}" required autocomplete="email" autofocus> @error('email') {{ $message }} @enderror
"password", "default"=> "website_landing_page"])" type="password" class="form-control" name="password" required autocomplete="current-password"> @error('password') {{ $message }} @enderror

@include('layouts.render.translation',["key" => "show_password", "default"=> "website_landing_page"])

@include('layouts.render.translation',["key" => "copy_right_text", "default"=> "website_landing_page"]) {{$account_info ?? '' != NULL ?$account_info->application_name:"Chef Digital Menu"}} @include('layouts.render.translation',["key" => "is_a_product_of", "default"=> "website_landing_page"]) {{$account_info ?? '' != NULL ?$account_info->application_name:"Chef Digital Menu"}}.

@endsection {{--@extends('layouts.app_layout')--}} {{--@section('content')--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Admin {{ __('chef.login') }}

--}} {{--
--}} {{-- @csrf--}} {{-- @if($errors->any()) @include('admin.admin_layout.form_error') @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- @error('email')--}} {{-- --}} {{-- {{ $message }}--}} {{-- --}} {{-- @enderror--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- Forgot Password?--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- @error('password')--}} {{-- --}} {{-- {{ $message }}--}} {{-- --}} {{-- @enderror--}} {{--
--}} {{--
--}} {{-- {{ __('chef.remember') }}--}} {{--
--}} {{--
--}} {{--
--}} {{-- @csrf--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- OR--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--@endsection--}}