@extends('layouts.admin') @section('content') @can('shop_create')
{{ trans('global.add') }} Shop
@endcan
Shops
Id Name Category Property Status  
@endsection @section('scripts') @parent @endsection