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

{{$title ?? ''}}

@stop @section('content')
Datos Generales @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Nombre de la Empresa
Celular
Dirección
@stop @section('css') @stop @section('js') @stop