@extends('back.layouts.main') @section('title' , 'View '.$model->name ) @section('content')
@foreach ($tabs as $tab)
@endforeach
@foreach ($tabs as $tab) @includeIf('back.shops.tabs.'.$tab['key']) @endforeach
@stop @section('breadcrumbs') @stop