@if (Auth::check())
Inicio | Solicitud de presupuesto
@if (auth()->user()->rol_user=='admin')
@foreach($data as $presupuesto) @endforeach
Cliente Email Telefono Empresa
{{ $presupuesto->name }} {{ $presupuesto->email }} {{ $presupuesto->phone }} {{ $presupuesto->company }}
@else
DATOS PERSONALES
CONSULTA
@endif @endif @guest
Inicio | Solicitud de presupuesto
DATOS PERSONALES
CONSULTA

@endguest