@extends('front-end.layouts.apps')
@section('title', 'مرسته کوونکي او شریکان')
@section('page_title', 'مرسته کوونکي او شریکان')
@section('main_container')
{{-- Back button --}}
{{-- Donors/Partners list --}}
مرسته کوونکي او شریکان
@if($donners->count() > 0)
@foreach ($donners as $row)
{{ $row->name }}
{{ $row->details }}
{{ $row->amount }}
@if(isset($info) && $info)
@endif
@endforeach
@else
تر اوسه مرسته کوونکي نشته.
@endif
{{-- Bottom Navigation --}}
@endsection