@props([ 'tabs' => [], // ['id' => 'Label'] 'active' => array_key_first($tabs) ])
{{-- HEADER --}}
@foreach($tabs as $id => $label) {{ $label }} @endforeach
{{-- MOBILE MORE --}}
{{-- CONTENT --}}
{{ $slot }}
{{-- FOOTER --}} @if(isset($footer)) @endif