@extends('layouts.app') @section('title') Team @endsection @section('headerWithButton')

@yield('title')

@endsection @php $trClass = 'px-3 py-2 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider'; @endphp @section('content') {{-- Data will be injected by DataTables --}}
S.N Name Slug Email Phone Number Is Published Is Featured Actions
@endsection @section('scripts') @include('team.partials.scripts') @endsection