@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('css') @endsection @section('content')
@include('commons.notifications')

Team Members

@foreach($staff_members as $row)

{{ $row->designation }}

{{ $row->name }}

Country: {{ $row->location_country }}

  • Email: {{ $row->email }}
  • Phone #: {{ $row->phone or 'N/A' }}
@endforeach
@endsection @section('javascript') @endsection