@extends('layouts.admin') {{trans('home.crm_employess_targets').' | '.trans('home.crm')}} @section('content')
@foreach($targets as $index=>$target) @endforeach
{{trans('home.id')}} {{trans('home.name')}} التارجت الشهرى التارجت السنوى {{trans('home.delete')}}
{{$index+1}} {{$target->name}} {{$target->budget_monthly}} {{$target->budget_monthly*12}} {{-- --}}
@endsection @section('script') @endsection