@php $_v = '21112024-002'; if(ENV('FAVICON')){ if(strpos(ENV('FAVICON'),'-S3.') !== false){ $FAVICON = ENV('URLS3').'/'.ENV('FILEKEY').'/images/'.ENV('FAVICON'); }else { // https://dashboard.rizerapps.com/images/ $FAVICON = ENV('FAVICON'); } }else { $FAVICON = 'https://rizer.com.br/favicon.ico'; } @endphp {{ config('app.name', 'Rizer') }} {{-- # - --}} {{-- # - --}} {{-- # - --}} @yield('style') @stack('style')
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('flash_success'))
{!! Session::get('flash_success') !!}
@endif @if(Session::has('flash_error'))
{!! Session::get('flash_error') !!}
@endif {{--
--}}
@yield('content')
{{-- # - --}} analytics analytics {{-- # - --}} {{-- # - --}} {{-- # - --}} {{-- # - --}} {{-- # - --}} {{-- # - --}} {{-- # - --}} {{-- # - --}} {{-- # - --}} {{-- # - --}} {{-- # - --}} @yield('script') @stack('script')