@extends('../nn_cms/pages/profile')
@section('tab_content')
{!! Form::model($users,['method' => 'PATCH', 'url' => getCurrentLocale() . '/manager/user/profile/'.$users->id.'/update/info']) !!}
{!! Form::close() !!}
{!! Form::model($users,['method' => 'PATCH', 'url' => getCurrentLocale() . '/manager/user/profile/'.$users->id.'/update/info_mail', 'class' => 'margin-top-20']) !!}
{!! Form::close() !!}
@stop