@extends('global.app') @section('title', trans('settings.title')) @section('page_stylesheets') @endsection @section('content') @parent @include('global.status')

{{ trans('settings.tab.message.profile') }}

{{ csrf_field() }}
@yield('company_tab') @yield('system_tab') @yield('reminders_tab')

{{ trans('settings.tab.message.security') }}

{{ csrf_field() }}
@endsection @section('page_scripts') @endsection