@extends('layouts.master') @section('title',$user->name) @section('content') @include('users.sidebar') @if(!fauth()->user()->in_company) {{trans('app.current_points')}} {{$user->points}} {{trans('app.spent_points')}} {{$user->spent_points}} @endif @if (session('message')) {{ session('message') }} @endif {{trans('app.fields.name')}} {{$user->name}} {{trans('app.fields.username')}} {{$user->username}} {{trans('app.fields.phone_number')}} {{$user->phone_number or '--'}} {{trans('app.profile_update')}} {{csrf_field()}} {{trans('app.update_password')}} @if (session('status')) {{ session('status') }} @endif {{trans('app.current_password')}} {{trans('app.new_password')}} {{trans('app.confirm_password')}} @if ($errors->any() && !Request::old('first_name')) × @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif {{trans('app.update_password')}}
{{trans('app.current_points')}}
{{trans('app.spent_points')}}
{{trans('app.logo_error')}}