@extends('layouts.app') @section('content')
Configuración de empresa Volver
@if(session('success')) @endif @if($errors->any()) @endif
@csrf @method('PUT')
@if(!empty($company->url_logo_header)) Logo header @endif
@if(!empty($company->url_logo_central)) Logo central @endif
@if(!empty($company->url_imagen_back)) Imagen fondo @endif
@endsection