@extends('layouts.plain') @section('title', 'Login | TAKEONE') @section('extra_styles') @endsection @section('content')

Sign in

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection