@extends('backend.layout.master-tailwind') @section('title', __('Hourly Rate & Photo Settings')) @section('admin_styles') @endsection @section('content')

{{ __('Hourly Rate & Photo Settings') }}

{{ __('Labels and titles for the hourly rate and profile photo steps') }}

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