@extends('web.layouts.admin') @section('title', config('app.name')) @section('content')

{{$page_title}}

Users

{{$totalUser}}

Restaurants

{{ $totalRestaurant }}

New User

New Restaurant

@stop @section('custom-js') @stop