@extends('layout')
@section('content')
{{ $datos->rut }} - @if(!empty($datos->nombre)) {{ $datos->nombre.' '.$datos->apellidos }} @else {{ $datos->razon_social }} @endif
Registrado el {{ $datos->fecha_formato() }}
{{-- - {{ $datos->tienda->nombre }}
--}}
@if($datos->telefono)
- {{ $datos->telefono }}
@endif
@if($datos->email)
- {{ $datos->email }}
@endif
@endsection
@push('scripts')
@endpush