@extends('layouts.medflixtemplate') {{-- --}} @section('content')
Staff List
@foreach ( $staffs as $staff ) @endforeach
Nombre Numero De Telefono Titulo
{{ $staff->user->name }} {{ $staff->phone }} {{ $staff->user_type }}
Crear Staff
@endsection