{{--{{ dd($object->user->name) }}--}} @extends('layouts/app') @section('title', 'Edit personal profile: '.$object->user->name .'-'.$object->user->location ) @section('content')
@include('layouts.errors')
{{ csrf_field() }}
{{ csrf_field() }}
@if($object->imagedata) ... @else ... @endif
@if($object->imagedata) @endif
imagedata)style="display:none;"@endif>
Attach image
File size up to 3Mb, type (jpeg, gif, png)!
{{ csrf_field() }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
{{ csrf_field() }}
Help and Tips Tips for more sales, fully usage, interesting offers at WebMoto.us.
Saved search New listings from your favorite searches.
Change price Information about reduced cost of watched ads.
Messages Notifications for new announcements on ads.
@include('layouts.sidebar', ['hotlinks' => true, 'sidemenucats' => false]) @include('layouts.banners', ['banner' => '300x600x1']) {{-- @include('layouts.sidebar', ['hotlinks' => false, 'sidemenucats' => true])--}}
@include('layouts.catsbox') @endsection