@extends('client::layouts.master') @section('title', '| Team') @section('content')

Team

@if (Auth::user()->hasAnyRole(['ADMIN', 'EDITOR'])) Create New @endif
All Team Members
{!! $dataTable->table() !!}
@endsection @push('scripts') {!! $dataTable->scripts() !!} @endpush