@extends('layouts.production') @section('addCss') @endsection @section('content') {{ Trans('customers.menu') }} {{ Trans('customers.show') }} {{ Trans('dashboard.home') }} {{ Trans('customers.menu') }} {{ Trans('customers.show') }} @include('layouts.includes.message') {{ Form::open(['route' => 'loan_customers.store', "files" => true]) }} {{ trans("customers.add") }} @include('customers.form.customer') @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