@extends('admin.layout.master') @section('title', 'Panel') @section('breadcrumb')
@stop @section('content')
{{ $total['pages']['count'] }}
{{ $total['pages']['title'] }}
{{ $total['banners']['count'] }}
{{ $total['banners']['title'] }}
{{ $total['popups']['count'] }}
{{ $total['popups']['title'] }}
{{ $total['users']['count'] }}
{{ $total['users']['title'] }}
{{ $total['languages']['count'] }}
{{ $total['languages']['title'] }}
@stop @section('css') @stop @section('js') @stop