@extends('layouts.app') @section('title', 'লগইন') @section('content')
M

অ্যাডমিন লগইন

আপনার অ্যাকাউন্টে প্রবেশ করুন

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf
@endsection