@extends(layoutTenant()) @section('content')

Configurações Covid

@if(session()->has('message.level'))
{!! session('message.content') !!}
@endif
Configurações Covid
@if (isset($errors) && count($errors) > 0)
× Erros encontrados!
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif @if (session('success'))
{{ session('success') }}
@endif @if (session('erro'))
{{ session('erro') }}
@endif @php use App\Covid; @endphp @php $covid = Covid::where('tipo','noti')->first(); @endphp
valor))value="{{$covid->valor}}" @endif style=" margin-left: 20px;" name="valor" type="text">
@php $covid = Covid::where('tipo','nega')->first(); @endphp
valor))value="{{$covid->valor}}" @endif style=" margin-left: 20px;" name="valor" type="text">
@php $covid = Covid::where('tipo','conf')->first(); @endphp
valor))value="{{$covid->valor}}" @endif style=" float: left; margin-left: 20px;" name="valor" type="text">
@php $covid = Covid::where('tipo','recu')->first(); @endphp
valor))value="{{$covid->valor}}" @endif style=" float: left; margin-left: 20px;" name="valor" type="text">
@php $covid = Covid::where('tipo','obit')->first(); @endphp
valor))value="{{$covid->valor}}" @endif style=" float: left; margin-left: 20px;" name="valor" type="text">
@endsection @section('post-script') @endsection