@extends('layouts.main_frontend') @section('content') @csrf {{trans('site.profile')}} @if($errors->has('name')) {{ $errors->first('name') }} @endif @if($errors->has('email')) {{ $errors->first('email') }} @endif @if($errors->has('newpassword')) {{ $errors->first('newpassword') }} @endif @if($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif @foreach(\App\Models\Country::get() as $country) id)||(!empty($user) && ($user->country_code==$country->code)))selected @endif>{{$country->code}} @endforeach {{-- --}} @if($errors->has('phone')) {{ $errors->first('phone') }} @endif {{trans('site.update')}} @endsection @section('scripts') {{-- --}} {{-- --}} @endsection