@extends('layouts.app') @section('title') Update Inventory @stop @section('breadcrumb')
@stop @section('content') @php $society = false; $highrise = false; $size = ''; if ($projecttype->id == App\ProjectType::society) { $society = true; $size = \App\ProjectType::society_size; } if ($projecttype->id == App\ProjectType::high_rise) { $highrise = true; $size = \App\ProjectType::high_rise_size; } @endphpBasic Information