@extends('templates.default') @section('css') {{
HTML::style('css/datepicker.css') }} {{ HTML::style('css/select2.css')
}} {{ HTML::style('css/select2-bootstrap.css') }}
@endsection @section('nav')
Home
Orden de Entrega
Consultar
@endsection @section('content')
@if($errors->count() > 0)
@foreach($errors->all('
- :message
') as $message) {{ $message }} @endforeach
@endif
@if(isset($orden_entrega))
@else
Para Notificar
primero seleccione una orden de entrega
@endif @endsection @section('js-footer') {{
HTML::script('js/contacto.js') }} {{
HTML::script('js/bootstrap-datepicker.js') }} {{
HTML::script('js/jquery.maskedinput.min.js') }} {{
HTML::script('js/select2.min.js') }}
@endsection