@extends('layouts.master') @section('navBar') @include('layouts.navBar') @stop @section('mainMenu') @include('layouts.mainMenu') @stop @section('content')
Custom Types List  Add
@foreach($customTypes as $customType)
@foreach($customTypeValues as $customTypeValue) @if($customTypeValue['type']==$customType['type']) @endif @endforeach
Parent Type Value
@endforeach
@stop