@extends ('../welcome') @section('content')
@csrf
@if ($building->phase->project->is_residential == 1)
@else @endif
@if ($building->type != 'Administrative')
@endif {{-- unit price for 7 years --}}
{{-- unit price for cash --}} {{--
--}} {{-- unit price for 1 year --}}
{{-- unit price for 2 years --}}
{{-- unit price for 3 years --}}
{{-- unit price for 4 years --}}
{{-- unit price for 5 years --}}
{{-- unit price for 6 years --}}
{{-- unit price for 8 years --}}
@if ($building->type == 'Residential' || 'Multiple') @if ($building->phase->project->is_residential == 1)
@endif
@endif
@endsection