{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content') {{-- Dashboard 1 --}} @parent

SBDC View SBDC List

{{$row->name_of_business??'--'}}
{{$row->vision??'--'}}
{{$row->initiative_plan??'--'}}
{{$row->founder_type??'--'}}
{{$row->focus_area??'--'}}
{{$row->social_problems??'--'}}
@if($row->other_focus_area)
{{$row->other_focus_area??'--'}}
@endif @if($row->reducing_carbon_emission)
{{$row->reducing_carbon_emission??'--'}}
@endif @if($row->innovation)
{{$row->innovation??'--'}}
@endif @if($row->info_enterprise)
{{$row->info_enterprise??'--'}}
@endif @if($row->stage_of_ventures)
{{$row->stage_of_ventures??'--'}}
@endif @if($row->is_way_of_more_to_learn)
{{$row->way_of_more_to_learn??'--'}}
@endif @if($row->pitch_deck)
@if($row->pitch_deck) Download @endif
@endif @if($row->created_at)
{{date('d-m-Y', strtotime($row->created_at))??'--'}}
@endif @if($row->is_registered_under_law)
is_registered_under_law) checked @endif>
@endif
@endsection