@extends('layout.administrator.index') @section('title', 'Comercios') @section('content')

Comercios

@if ($detailsBusiness->logo_company != null) @if (file_exists( public_path().'/assets/images/business/' . $detailsBusiness->logo_company)) Foto @else Logo @endif @else Logo @endif
@method('PUT') @csrf
{{ $errors->first('state') }}
@method('PUT') @csrf
{{ $errors->first('socialReason') }}
{{ $errors->first('nit') }}
{{ $errors->first('name') }}
{{ $errors->first('lastName') }}
{{ $errors->first('documentType') }}
{{ $errors->first('document') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('passwordConfirmation') }}
{{ $errors->first('logo') }}
@endsection @section('js') @endsection