@extends('layouts.users.app') @section('content')
{{--------------- ALERTS THIS VIEW ------------------------------------------------------------}} @if (session('success')) @endif @if (session('error')) @endif @if($machine->sellTicket) @php $ticket = $machine->sellTicket; @endphp
Ticket #{{$ticket->id}}
{{ ucfirst($ticket->status->label() ) }}
{{ ucfirst($ticket->stage->label() ) }}
@endif

Machine status

{{ ucfirst($machine->sale_status->label() ) }}

{{ __('Edit Used Machine') }}

@endsection @push('styles') @endpush @push('scripts') {{-- antes de cerrar --}} @endpush