@extends('web.layouts.master') @section('content') @csrf {{ __('Email Or Phone No') }} * @error('contact') {{ $message }} @enderror {{ __('Password') }} * @error('password') {{ $message }} @enderror {{ __('Sign in') }} {{ __('Forgot Password?') }} {{ __('Don\'t have an account') }}?{{ __('Sign Up') }} {{ __('Social Login') }} {{ __('Google') }} {{ __('Facebook') }} {{-- footer is included in master layout --}} @endsection @push('script') @endpush