@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Editar Configs

@stop @section('content')
{{ csrf_field() }}

Datos benerales

@foreach($configs as $row) @switch($row->type) @case('float') @case('string')
{{$row->description}}


is_public == 1 ?" checked ":"" }}>
@break @case('image')


is_public == 1 ?" checked ":"" }}>
@break @case('color')


is_public == 1 ?" checked ":"" }}>
@break @default @endswitch @endforeach
@stop @section('css') @stop @section('js') @stop