@extends('layouts.app') @section('title') Add New Price List @stop @section('breadcrumb') @stop @section('content') @php $size= ''; if($projectType->id == \App\ProjectType::society){ $size= \App\ProjectType::society_size; } else { $size= \App\ProjectType::high_rise_size;} @endphp
@if ($errors->any())

Errors

    {!! implode('', $errors->all('
  • :message
  • ')) !!}
@endif @php $society = false; $highrise = false; if ($projecttype->id == App\ProjectType::society){ $society = true; } if ($projecttype->id == App\ProjectType::high_rise){ $highrise = true; } @endphp

Add New Price List

Add Information


{{ csrf_field() }}
@if ($society && $highrise)