@extends('adminlte::page') @section('content_header')

Configurações do sistema

@stop @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}
agendamento_retroativo) && $registro->agendamento_retroativo == true ? 'checked' : '' }} >
  • dom_funciona) && $registro->dom_funciona == true ? 'checked' : '' }} >
  • seg_funciona) && $registro->seg_funciona == true ? 'checked' : '' }} >
  • ter_funciona) && $registro->ter_funciona == true ? 'checked' : '' }} >
  • qua_funciona) && $registro->qua_funciona == true ? 'checked' : '' }} >
  • qui_funciona) && $registro->qui_funciona == true ? 'checked' : '' }} >
  • sex_funciona) && $registro->sex_funciona == true ? 'checked' : '' }} >
  • sab_funciona) && $registro->sab_funciona == true ? 'checked' : '' }} >
@stop