@extends('backend.layout.master-tailwind') @section('title', __('Work Settings')) @section('admin_styles') @endsection @section('content')

{{ __('Work Settings') }}

{{ __('Labels and titles for the work step of account setup') }}

@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
@can('work-page-settings-update')
@endcan
@endsection