@extends('layouts.navBar') @section('titleContent') Staff List @endsection @section('navBarContent') Listado De Staffs
{{-- --}} @foreach ( $staffs as $staff ) {{-- --}} @endforeach
Nombre Del Paciente SexoAsignado
{{ $staff->user->name }} {{ $staff->phone }}{{ $ticket->assigned_user }}
{{-- {{ $tickets->links() }} --}}
@endsection