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

{{ Trans('quotations.menu') }} {{ Trans('customers.show') }}

@include('layouts.includes.message') @include('quotations.inc')

{{ trans('dashboard.others.show_all') }}

{{ Form::open(['method' => "POST", 'route' => "quotations.new.post" ]) }}
{{ Form::label('customer_id', Trans('customers.menu')) }}
{{ Form::select('customer_id', $customers, 'none', ['class' => 'select2 form-control', 'id' => 'customer_id']) }}
@endsection @section('addJs') @endsection