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

Vehicle Enquiry

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

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

@endif

Vehicle Enquiry

@foreach($vehrow as $vehicle) @endforeach @if (count($vehrow) === 0) @endif
Vehicle Reg. No Chasis No Model Customer View History
{{ $vehicle->reg_no }} {{ $vehicle->make }} {{ $vehicle->name }} {{ $vehicle->customer }}
No matching records found
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop