@extends('user.layout.master') @section('content')

Hello Buyer!

We are glad to see you again!
@csrf
@if (auth('buyer')->user()->api_key == null) @else @endif @if ($errors->has('key'))
{{ $errors->first('key') }}
@endif
{{-- --}}
@endsection