@extends('layouts.app') @section('content')
@csrf @method('put')

@lang('app.editGiveAGift')

{{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($clients as $client)--}} {{-- --}} {{-- @if($user != $userChoosen)--}} {{-- --}} {{-- @endif--}} {{-- @endforeach--}} {{-- --}} {{--
--}}
@foreach($getAllGift as $getGift) @if($giftChoosen->id != $getGift->id) @endif @endforeach
@endsection