@extends('layouts.admin_auth') @section('title', 'Login') @php $title = 'login'; @endphp @section('content')
OSHTA
Log in
@csrf
@error('username') {{ $message }} @enderror
Forgot Password?
@endsection @section('page-script') @endsection