@extends('admin.layout.master') @section('title', 'User Management') @push('plugin-styles') @endpush @section('content')
Add Team

Team Management

@foreach ($teams as $team) @endforeach
First Name Last Name Email Phone Number Action
{{$team->first_name}} {{$team->last_name}} {{$team->email}} {{$team->phone_number}} {{-- --}}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush