@extends('admin.auth.app') @section('title') {{ __('Login') }} @endsection @section('content')

{{ __('Welcome to Admin Login') }}

@csrf
@endsection