@extends('layouts.app') @section('content-header')

Store Group Detail

{{ Breadcrumbs::render('storegroups-detail', $store_group->name, $store_group->id) }}
@endsection @section('content')
@include('settings.store_groups.delete') @endsection