@extends('Common::admin.layout.page') @section('page')
@foreach($counters as $count)

{{ $count['count'] }}

{{ $count['title'] }}

@lang('More')
@endforeach

@lang('Projects')

@lang('Latest Projects')

@endsection