@extends('layouts.master-without-nav') @section('title') @lang('translation.signin') @endsection @section('content')
@php $appBackground = $appBackground ? asset($appBackground) : null; $appLogo = $appLogoLight ? asset($appLogoLight) : null; $appFavicon = $appFavicon ? asset($appFavicon) : null; $appl_name = __('translation.app_name'); if($appName != null){ $appl_name = $appName; } @endphp
Welcome Back

Sign in to continue to {{ $appl_name }}

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