{{__('messages.edit target')}}- {{__('messages.assigned_to')}} {{$target->assigned_to_user->name}}
@livewire('target-train-component',['component_name' => 'target-edit','target_id' => $target->id ,'target' => $target]) @if (session()->has('message'))
{{ session('message') }}
@endif
month @for ($i = 1; $i < 13; $i++) @endfor
@php $current_year = date('Y'); @endphp year
currency_id @foreach (\App\Models\Currency::all() as $currency) @endforeach
team_id getTeamUsers @foreach (Auth::user()->allTeams () as $teams) @endforeach
assigned_to @foreach ( $team_users as $team_user) @endforeach
comment 2