@extends('layouts.main') @section('title', __('home.seo.title')) @section('description', __('home.seo.description')) @section('content')
@include('auth.customer.partials.header')
{{ __('customer.profile.title') }}
@csrf @method('PUT')
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection