@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

عناوين الهدايا

@endsection @section('content')
@if ($gifts->count() > 0) {{----}} @foreach ($gift as $key => $gift) @endforeach
# دفعه الهدايا {{ trans('labels.name') }} المحافظة {{ trans('labels.phone') }} رقم اخر {{ trans('labels.address') }}
{{ $gift->id }} {{ $gift->patch_id }} {{ $gift->name ?? null }} {{ $gift->gov }} || {{$gift->city}} {{ $gift->phone }} {{ $gift->backup_phone }} | {{$gift->whatsapp_number}} {{ $gift->address}}
@else @endif @if (request()->type == 'mine_pending') طلب عدد جديد @endif
{!!$data->withQueryString()->links('pagination::bootstrap-4')!!}