@extends('layouts.vendor') @section('page-title', 'Dashboard') @section('vendor-content')

Enter PIN

@if(session('error'))
{{ session('error') }}
@endif
@csrf
@endsection