@extends('admin.layouts.app') @section('panel') @php $isInvestedRoute = request()->routeIs('admin.manage.property.invested'); @endphp
@if ($isInvestedRoute) @endif @forelse($properties as $property) @if ($isInvestedRoute) @endif @empty @endforelse
@lang('Title') | @lang('Goal Amount') @lang('Total Share') | @lang('Per Share Amount') @lang('Invested Amount') | @lang('Progress')@lang('Investment Status')@lang('Is Featured') @lang('Status') @lang('Action')
{{ __(@$property->title) }}
{{ showAmount($property->goal_amount) }}
{{ @$property->total_share }} @lang('Share')
{{ showAmount($property->per_share_amount) }}
{{ showAmount($property->invested_amount) }} | {{ getAmount($property->invest_progress) }}%
@php echo @$property->investmentStatus; @endphp@php echo @$property->isFeaturedStatus; @endphp @php echo @$property->statusBadge; @endphp
@lang('Edit')
{{ __($emptyMessage) }}
@if ($properties->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @if (request()->routeIs('admin.manage.property.index')) @lang('Add New') @endif @endpush @push('style') @endpush