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

{{trans('web.edit')}}

{{$user->name}}

{{trans('web.back')}}
@csrf {{method_field('put')}}

{{trans('web.profile')}}

{{trans('web.profile_info')}}

{{-- --}} {{--

--}} {{-- Change Password--}} {{--

--}} {{--
--}} {{--
--}} {{--

--}} {{-- Changing your sign in password is an easy way to keep your account secure.--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}}
@endsection @section('script') @endsection