@extends('layouts.login') @section('content')

{{ strtoupper(config('app.name', 'BUSINESS CONTRACT MANAGEMENT')) }}



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

{{ $errors->first('email') }}

@endif
© {{date('Y')}}
@endsection