@extends('adminlte::page') @section('title', 'Modificación de Montura') @section('content_header')

Registro de Modificación de Montura

@stop @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('put')
Sucursal
Marca
Tipo de Montura
Código de Montura
Medidas
Color
Código de Barra o Código QR
Precio Montura
Compra
Venta
Detalles Adicionales
Foto 1:
@php echo (!is_null($frame->frame_photo_path) && !empty($frame->frame_photo_path)) ? '' : '' @endphp
Foto 2:
@php echo (!is_null($frame->frame_photo_path2) && !empty($frame->frame_photo_path2)) ? '' : '' @endphp
Foto 3:
@php echo (!is_null($frame->frame_photo_path3) && !empty($frame->frame_photo_path3)) ? '' : '' @endphp
Estado
status?'checked':''}} value="1">
Motivos por la debilitación de la montura
@stop @section('css') @stop @section('js') @stop