@extends('../nn_cms/pages/profile')
@section('tab_content')
{!! Form::model($users,['method' => 'PATCH', 'url' => getCurrentLocale() . '/manager/user/profile/'.$users->id.'/update/photo', 'autocomplete' => 'off']) !!}
{!! Form::close() !!}
@push('head')