@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
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