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

{{ __('Introduction Settings') }}

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

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