@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 @method('PUT')
Nombre
name)}}">
Dirección
direction}}">
Teléfono
phone}}">
Orden
order}}" required>
Encargado
@stop @section('css') @stop @section('js') @stop