@extends('admin.layouts.app') @section('title','About Us CMS') @section('heading','About Us CMS') @section('subheading','Manage team members') @section('content')
Please fix the following errors:
No team members added yet
Add your first team member using the form above
{{ $member->role }}
@if($member->location){{ $member->location }}
@endif @if($member->experience)Experience: {{ $member->experience }}
@endif