@extends('layouts.production') @section('content')

{{ Trans('users.users')}} {{ Trans('dashboard.crud.edit')}} : {{$user->first_name}}

@include('layouts.includes.message') {{ Form::model($user,['method'=>'patch','route'=>['user.update',$user->id],'files'=>true]) }} @include('users.inc.formv2') {{ Form::close() }}
@endsection @section('addJs') {{ HTML::script('plugins/datepicker/bootstrap-datepicker.js') }} {{ HTML::script('plugins/datepicker/locales/bootstrap-datepicker.kh.js') }} {{ HTML::script('production/js/webcam.js') }} @endsection