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

{{Trans("users.users")}} {{Trans("dashboard.crud.add")}} {{Trans("dashboard.crud.new")}}

@include('layouts.includes.message') {{ Form::open(array('route' => 'user.store','method'=>'POST','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('https://pixlcore.com/demos/webcamjs/webcam.min.js')}} {{ HTML::script('production/js/webcam.js') }} @endsection