@php($i = 1) @foreach($certificatesTypes as $certificateType) @php($cost = $certificateType->cost) @if(isset($user) && !$user->isEgyptian()) @php($cost = $certificateType->cost_usd) @endif @if(!empty($cost)) @endif @endforeach
# @lang('tr.Certificate Type') @lang('tr.Number') @lang('tr.Cost') @lang('tr.Total')
{{ $i++ }} {{ $certificateType->lang('name') }} {{$cost}} 0
@lang('tr.Total') 0 @if(isset($currency) && $currency){{ $currency }}@endif