1.Introduction:- |
@if (!empty($introduction->project_introduction))
@php $str = trim($introduction->project_introduction); @endphp {{ $str }} @else- @endif |
2.Why project is necessary to do :- |
@if (!empty($introduction->project_introduction))
@php $str = trim($introduction->introduction_why); @endphp {{ $str }} @else- @endif |
3.Conclusion and recommendation :- |
@if (!empty($introduction->project_introduction))
@php $str = trim($introduction->introduction_conclusion); @endphp {{ $str }} @else- @endif |
4.Estimate cover following area :- |
@if (!empty($introduction->project_introduction))
@php $str = trim($introduction->introduction_area); @endphp {{ $str }} @else- @endif |