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

Contract Type

Enquiry

{{-- Add New --}}
@foreach($contrare as $row) @endforeach
Building Code Contract Type Increament No: Edit Delete
{{$row->buildingcode}} {{$row->type}} {{$row->increment_no}}

{{----}}

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