@extends('back.layouts.main')
@section('title', $model->name)
@section('content')
@foreach ($tabs as $tab)
@include('back.usersgroups.tabs.' . $tab['key'])
@endforeach
@stop
@section('breadcrumbs')
{{ __('back.usersGroups') }}
{{ __('back.update') }}
@stop
@push('footer')
@endpush