@extends('layouts.master') @section('Title') Dashboard |Restaurant @endsection @section('content')

Wepppies

Manage all Wepppies

List of Wepppies

@foreach($customers as $customer) @endforeach
Name Email Phone Joined Status Action
{{$customer->first_name}} {{$customer->email}} {{$customer->phone}} {{$customer->joined_date}} Verified
Name Email Phone Joined Verification Status Action
@endsection @section('scripts') @endsection