@extends('store.layout.app') @section('content')
@include('store.layout.sidebar')
@include('store.layout.navbar')
@php $user = Auth::user(); @endphp
{{-- Verify Your--}} {{-- Account--}}
@csrf
@endsection