@extends('layouts.app') @push('styles') @mapstyles @endpush @section('content') @if (Auth::user()->role_id >= 5)
' . $currentcontract->address .
'
' . ($currentcontract->suppliers->company_name ?? '') . '
' . ucfirst($currentcontract->categories->name ?? '') .
'
' . $currentcontract->appointment . '
$' . $currentcontract->amount . '
' . ucfirst($currentcontract->status->name ?? '') .
'
' . $currentcontract->score . ' de 5