@extends('layouts.main') @section('content')
{{ __('Settings') }}
@foreach ($tabs as $tab) @include($tab) @endforeach
@endsection