@extends('layouts.master') @section('title') {{ __('sentence.Doctorino Settings') }} @endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('success'))
{{ session('success') }}
@endif
{{ __('sentence.Doctorino Settings') }}
{{ csrf_field() }}

{{ __('sentence.Modifying the interval will distort the dates of the appointments') }}
@endsection @section('header') @endsection @section('footer') @endsection