@extends('admin.layout.master')
@section('title', 'User Management')
@push('plugin-styles')
@endpush
@section('content')
Team Management
First Name |
Last Name |
Email |
Phone Number |
Action |
@foreach ($teams as $team)
{{$team->first_name}}
|
{{$team->last_name}} |
{{$team->email}} |
{{$team->phone_number}} |
{{--
--}}
|
@endforeach
@endsection
@push('plugin-scripts')
@endpush
@push('custom-scripts')
@endpush