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

Add Best Shop

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