@extends('oxygen::layouts.master-auth') @section('content')
@include('oxygen::partials.flash')
{{ __('Login') }}
@csrf @include('oxygen::auth.login_form_fields')
@endsection