@extends('partner.layouts.admin_layout') @section('title','Dashboard') @section('content_header')

Dashboard {{ Session::get('error_msg') }} {{ Session::get('succ_msg') }}

@endsection @section('main_content')

{{$orders}}

New Orders

More info

53%

Bounce Rate

More info

{{$users}}

User Registrations

More info

65

Unique Visitors

More info
@endsection