@extends($activeTemplate . 'layouts.master') @section('content')
@lang('Settings')
@lang('Personal info')

@lang('Update your photo and personal details here')

@csrf

@lang('Profile Photo')

@lang('Profile Image')
@lang('Allowed file types: jpg, jpeg, png. Max size: 2MB')

@lang('Name')

@lang('Email address')

@lang('Address')

@lang('Zip code')

@lang('Country')

@lang('Date of Birth')

@include($activeTemplate . 'partials.settings.password')
@endsection @push('style') @endpush @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush