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

Contract Type

Contract Type

@foreach($results as $k => $row) @endforeach
Building Contract Type
{{$row->buildingcode.' '.$row->buildingname}} {{$row->type}}

@stop {{-- page level scripts --}} @section('footer_scripts') @stop