@extends('admin.layouts.masterlayout') @section('title') Manage Best Shop @endsection @section('head_title') Manage Best Shop @endsection @section('content') @php $checkPermission = authAdminUser()->can('best_shop_management.add'); @endphp

Manage Best Shop

@if ($checkPermission) Add Best Shop @endif

No Shop Selected as Best Shop Yet!

No shop has been selected as the Best Shop yet! Choose a shop based on experience, ratings, and specialty to highlight their work.

@if ($checkPermission) Add Best Shop @endif
@endsection