Implemented repository mapper, and venta show
This commit is contained in:
7
app/resources/views/ventas/propietarios/show.blade.php
Normal file
7
app/resources/views/ventas/propietarios/show.blade.php
Normal file
@ -0,0 +1,7 @@
|
||||
@extends('layout.base')
|
||||
|
||||
@section('page_content')
|
||||
<div class="ui container">
|
||||
{{$propietario->nombreCompleto()}}
|
||||
</div>
|
||||
@endsection
|
Reference in New Issue
Block a user