@extends('layouts.app') @section('content')
Restaurant Image
@if ($locations) @foreach ($locations as $loc)

{{ $loc->location }}

{{ $loc->total }}

@endforeach @endif

Total Customers

{{ $totalCustomer }}

@include('customer.table', ['customers' => $customers])
@endsection