@extends('layouts.master') @section('content') @section('page_title') Notre Equipe @endsection @section('current_path') Equipe @endsection @include('pages.partials.header')
Shape
@foreach ($teams as $team)
Doctor

{{ $team->noms }}

{{ $team->poste }}
@endforeach
@endsection