@extends('layouts.app') @section('content')

{{ trans('lang.user_plural') }}

{{-- --}}
@include('alerts.error_messages')
@csrf @method('PUT')
{{ trans('lang.user_edit') }}
{{ trans('lang.user_first_name_help') }}
{{ trans('lang.user_last_name_help') }}
{{ trans('lang.user_email_help') }}
{{--
{{ trans('lang.user_phone_help') }}
--}}
Enter your phone number with country.
{{ trans('lang.profile_picture_help') }}
@if ($customer->getMedia('profile_pic')->count()) @foreach ($customer->getMedia('profile_pic') as $media) @endforeach
{{ trans('lang.image') }} {{ trans('lang.actions') }}
Logo
@endif
{{ trans('user') }} {{ trans('lang.active_deactive') }}
is_active == 1) checked @endif>
{{--
{{ trans('lang.note_reset_password_email') }}
--}}
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection