@extends('user.layouts.master') @section('breadcrumb') @include('user.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("user.dashboard"), ] ], 'active' => __($page_title)]) @endsection @section('content')
+ {{ __("Add New Recipient") }}
@forelse ($receipients as $item)
{{ $item->fullName }}
{{ __("Name") }}
{{ $item->fullName }} {{ $item->receiver->name }}
{{ __("Country") }}
{{ $item->country }}
{{ __("Zip Code") }}
{{ $item->zip_code }}
{{ __("Email") }}
{{ $item->email }}
@empty
{{ __('No recipient found!') }}
@endforelse @endsection @push('script') @endpush