{{--{{ dd($object->user->name) }}--}} @extends('layouts/app') @section('title', 'Edit personal profile: '.$object->user->name .'-'.$object->user->location ) @section('content') Edit personal profile Home personal profile Personal data Avatar Password Privacy @include('layouts.errors') {{ csrf_field() }} Name State Select @if($object->region) @foreach($object->region as $item) user->region == $item->id){{ 'selected' }}@endif>{{ $item->name }} @endforeach @endif City @if($object->userlocation){{ array_first($object->userlocation)->name }}@endif Address E-mail Phone Skype Save {{ csrf_field() }} @if($object->imagedata) @else @endif @if($object->imagedata) Delete/Change @endif imagedata)style="display:none;"@endif> Attach image File size up to 3Mb, type (jpeg, gif, png)! Save {{ csrf_field() }} New password @if ($errors->has('password')) {{ $errors->first('password') }} @endif Confirm password @if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif Save {{ csrf_field() }} Help and Tips Tips for more sales, fully usage, interesting offers at WebMoto.us. YES No Saved search New listings from your favorite searches. Yes Change price Information about reduced cost of watched ads. Yes Messages Notifications for new announcements on ads. Yes Save @include('layouts.sidebar', ['hotlinks' => true, 'sidemenucats' => false]) @include('layouts.banners', ['banner' => '300x600x1']) {{-- @include('layouts.sidebar', ['hotlinks' => false, 'sidemenucats' => true])--}} @include('layouts.catsbox') @endsection