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