@extends('admin.layouts.masterlayout') @section('title') Best Shop List @endsection @section('head_title') Manage Best Shop @endsection @section('content')

Best Shop List

@if (authAdminUser()->can('best_shop_management.add')) Add Best Shop @endif
# Shop Name Email Owner Name Phone Number Total Bookings Revenue Rating Status Action
@endsection @section('script') @endsection