@extends('install') @section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif

Login Credentials

Fill this form with basic information & admin login credentials

@csrf
Working....
@endsection