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

Add New {{$map}}


{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('unit_block_id')) {{ $errors->first('unit_block_id') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
{{--
@if ($errors->has('rate')) {{ $errors->first('rate') }} @endif
--}}
@stop @section('js') @stop