@extends('layouts.admin') @section('title', 'Admins') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')
@csrf

Verify your email

Enter the code
sent to ( {{ $email ?? '' }} )

@endsection @push('vendor-scripts') {{-- --}} @endpush @push('page-scripts') @include('sections.notification-scripts') @endpush