@extends('service.layouts.index') @section('content')
@can('update_general', $service)
@endcan @can('update_qr', $service)
@endcan @can('update_orders_settings', $service)

@lang('global.tips')

@foreach ($service->settings->orders->tips->data ?? [] as $index => $tip) @include('service.settings.helpers.tip',['tip' => $tip,'tip_index' => $index]) @endforeach
@lang("validation.attributes.amount") @lang("global.actions")
@endcan @can('update_working_times', $service)
@foreach ($days as $day)

@endforeach
@endcan
@endsection