@extends('layouts/contentLayoutMaster') @section('title', 'Settings - Service') @section('content')

{{ __('locale.my_service') }}

Rp

@foreach($serviceSchedules as $key => $data)
@if(in_array(1, array_map('intval', json_decode($data->days)))) @else @endif @if(in_array(2, array_map('intval', json_decode($data->days)))) @else @endif @if(in_array(3, array_map('intval', json_decode($data->days)))) @else @endif @if(in_array(4, array_map('intval', json_decode($data->days)))) @else @endif @if(in_array(5, array_map('intval', json_decode($data->days)))) @else @endif @if(in_array(6, array_map('intval', json_decode($data->days)))) @else @endif @if(in_array(7, array_map('intval', json_decode($data->days)))) @else @endif
{{ __('locale.delete') }}
@endforeach
@endsection @section('page-script') {{-- Page js files --}} @endsection