@extends('layouts.dashboard-app') @section('main-content')

Hello, Welcome {{auth()->user()->name}}

Targets

Add New Target
{{-- --}} {{-- --}} @foreach ($r as $item) {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach
Name Month Target Call Center Name StatusFree Minutes Monthly Payments Duration Number AllowedRevenueAction
{{$item->name}} {{$item->month}} {{$item->target}} {{$item->call_center_name}} {{$item->status}}{{$item->free_minutes}}{{$item->monthly_payment}}{{$item->duration}}{{$item->number_allowed}}{{$item->revenue}}
@endsection {{-- @@section('name') --}} {{-- @endsection --}}