@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

@php echo (Session::get('trip_entry')==1)?'Daily Entry':'Delivery Order'; @endphp

@if(Session::has('message'))

{{ Session::get('message') }}

@endif @if(Session::has('error'))

{{ Session::get('error') }}

@endif @if (count($errors) > 0)
@endif

New @php echo (Session::get('trip_entry')==1)?'Daily Entry':'Delivery Order'; @endphp