@extends('auth.retailer.app') @section('content')

Secure login

{{ csrf_field() }} @if(Session::has('message'))

{{ Session::get('message') }}

@endif
@if ($errors->has('2fa')) {{ $errors->first('2fa') }} @endif
{{ now()->year }} © CDRL Retailer
@endsection @section ('scripts') @endsection