@extends('layouts.guest') @section('title', __('Login')) @section('content')
@if (Setting::get('masjid_logo_path'))
@endif
@include('layouts.public._masjid_info') @include('layouts.public._masjid_social_media')

{{ __('auth.login') }} {{ config('app.name') }}

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection