@extends('layouts.app') @section('tab-bar')
@foreach(AuthServiceProvider::$viewMenu as $viewType => $viewTypeVal) @can($viewType) @if(!is_array($viewTypeVal)) @lang('general.' . $viewType) @else
@lang('general.' . $viewType)
@endif @endcan @endforeach
@foreach(AuthServiceProvider::$viewMenu as $viewType => $viewTypeVal) @can($viewType) @if(is_array($viewTypeVal)) @endif @endcan @endforeach @endsection @section('content')
@include($selectedView)
@endsection