@extends('admin.layouts.masterlayout') @section('title', 'Shop Management') @section('head_title', 'Shop Management') @section('content')
@can('shop_management.create') Add Shop @endcan
# Shop Name Email Owner Name City Total Artists Total Bookings Revenue Status Action
# Shop Name Email Owner Name City Status Action
@endsection @section('script') @endsection