@extends('adminlte::page') @section('title', 'Detalles del Servicio') @section('content_header')

Detalles del Servicio

@stop @section('content')

Datos Registrados

{{ $servicio->tipo_vehiculo }}

{{ $servicio->aseguradora ?? 'No especificada' }}

{{ $servicio->descripcion }}

{{ $servicio->created_at->format('d-m-Y') }}

@if ($servicio->foto_vehiculo)
Foto del Vehículo
@endif
@stop @section('css') @stop @section('js') @stop