@extends('layouts.backend') @section('titulo', 'Información del sitio') @section('title','Información del sitio') @section('contenido') @if(Session::has('message')) @endif
{{ csrf_field() }}

Información general


Información adicional


Información general


cliente == 1 ? 'checked' : ''}}>
carrito == 1 ? 'checked' : ''}}>
@endsection @section('script') @endsection