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

{{ Trans('customers.menu') }} {{ Trans('dashboard.crud.add') }}

@include('layouts.includes.message') {{ Form::open([ 'route' => ['customers.store'] ,'files' => true]) }} @include('Customers.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