@extends('layouts.master-without-nav') @section('title') Login @endsection @section('page-title') Login @endsection @section('body') @endsection @section('content')
Welcome !

Sign in to continue to Shri Hari ERP.

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror {{-- --}}
{{--

Don't have an account ? Register

--}}

© Shri Hari Enterprise.

Software Developed By VLION

@endsection @section('scripts') @endsection