@extends('layouts.auth') @section('title') {{__('Login Admin Panel')}} @endsection @section('content')
{{__('User Login')}}
{{__('Email')}}
{{__('Password')}}
{{__('Forgot Password?')}}
{{--
{{__('Login Client')}}
--}} @endsection @section('scripts') @endsection