@extends('../nn_cms/pages/profile') @section('tab_content')
{!! Form::model($users,['method' => 'PATCH', 'url' => getCurrentLocale() . '/manager/user/profile/'.$users->id.'/update/photo', 'autocomplete' => 'off']) !!}
@if($errors->has('imgurl'))
{{ $errors->default->get('imgurl')[0] }}
@endif
{!! Form::close() !!}
@push('head') @endpush @push('body.bottom') @endpush @stop