@extends('layouts/main-layout') @section('content')

{!! csrf_field() !!}
@if ($errors->has('otp')) {{ $errors->first('otp') }} @endif
@endsection