Detail Relawan
@php
$rel = App\Models\RelawanModel::where('layanan_id',$main->id)->get();
@endphp
@foreach ($rel as $ati)
@endforeach
Nama : {{ $ati->user->name }}
No Hp : {{ $ati->user->no_hp }}
@if ($main->kerjakan == 0 && count($rel))
Mulai Mengerjakan
@endif