@extends('admin.layouts.app') @section('panel')
{{ $newBuyersThisMonth }}

@lang('New This Month')

{{ $newBuyersThisWeek }}

@lang('New This Week')

{{ $newJobsThisMonth }}

@lang('New Job This Month')

{{ $newJobsThisWeek }}

@lang('New Job This Week')

@lang('Top Rated Buyers')
@foreach ($topBuyers as $buyer) @endforeach
@lang('Name') @lang('Rating') @lang('Star')
{{ $buyer->fullname }}
@{{ $buyer->username }}
{{ $buyer->rating }}
    @php echo avgRating($buyer->rating); @endphp
@lang('Buyer Growth Over the Year')
@endsection @push('script-lib') @endpush @push('script') @endpush @push('style') @endpush