@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 the information