@extends('layouts.app') @section('meta_title','Login | Best Pharma Company | Excellentbond Cleaning') @section('meta_description','Best Pharma Company | Excellentbond Cleaning') @section('meta_image','images/logo-2.png') @section('content')



{{ __('Login') }}
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif

@endsection