@extends('layouts.client') @section('title', 'Cập nhật thông tin') @section('content-clients')
@include('clients.blocks.categoriesUser')
Cập nhật thông tin tài khoản
@csrf
@if(Auth::user()->email_verified_at == null)
@endif
Quay lại
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection @section('stylesheetAccount') @endsection