@extends('Template.layouts.master') @section('title', 'طرح ها') @section('content')
{{-- --}}

طرح ها

{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@foreach($projects as $project)
@if(file_exists(public_path('project_assets/images/'.$project['projectCover']))) @else @endif
@if($project['crowd_funding_type']==1)
{{ number_format($project['minimum_require_price']) . ' ریال' }}
{{ number_format($project['total_price']) . ' ریال' }}
@else
0 ریال
{{ number_format($project['total_price']) . ' ریال' }}
@endif
  • حداقل سرمایه درخواستی : @if($project['plan'] !== null)
    {{number_format($project['minimum_require_price']) . ' ' . 'ریال'}}
    @else - @endif
  • برآورد سود علی الحساب یکساله : @if($project['plan'] !== null) {{$project['plan']['estimated_annual_interest_payments'] . '%'}} @else - @endif
  • دارای ضمانت نامه تعهد پرداخت
  • مبلغ هدف : @if($project['plan'] !== null)
    {{number_format($project['plan']->amount_require) . ' ' . 'ریال'}}
    @else - @endif
  • دوره سرمایه‌گذاری : {{$project['length_of_time'] . ' ' . 'ماه'}}
جزییات طرح
@endforeach {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- مقایسه تعرفه ها--}} {{--
--}} {{--
--}} {{--
--}}
@endsection