@extends('layouts.master') @section('title') {{ translate('add check_in') }} @endsection @section('content')
{{translate('item')}} | {{translate('qty')}} | {{translate('unit_cost')}} | {{translate('total')}} | |
---|---|---|---|---|
{{translate('total')}} | ||||
{{translate('paid')}} | ||||
{{translate('payment method')}} | {!! Form::select('payment_method_id',$payment_methods,null, array('class' => 'form-control', 'placeholder'=>"")) !!} |