File: /home/armgroup/libs/storage/framework/views/f27ad9aa0ec73b972ee8910264244ae388d606f1.php
<?php $__env->startSection('content'); ?>
<div class="container my-5 body-content">
<div class="row">
<div class="col-lg-3 col-sm-12">
<?php echo $__env->make('account.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="col-lg-9 col-sm-12">
<div class="card">
<h5 class="card-header text-center"><?php echo e(__('Manage Account')); ?></h5>
<div class="card-body">
<h3 class="my-3 text-center">به <?php echo e(settings('title')); ?> خوش آمدید</h3>
<?php if(auth()->user()->email && is_null(auth()->user()->email_verified_at)): ?>
<?php if(session('resent')): ?>
<div class="alert alert-success alert-dismissible fade show" role="alert">
<?php echo e(__('A fresh verification link has been sent to your email address.')); ?>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
<?php endif; ?>
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<?php echo e(__('Before proceeding, please check your email for a verification link.')); ?>
<?php echo e(__('If you did not receive the email')); ?>,
<form class="d-inline" method="POST" action="<?php echo e(route('verification.resend')); ?>">
<?php echo csrf_field(); ?>
<button type="submit" class="btn btn-link p-0 m-0 align-baseline"><?php echo e(__('click here to request another')); ?></button>.
</form>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/masomi/armshop/resources/views/account/index.blade.php ENDPATH**/ ?>