@extends('backend.layouts.master') @section('content')

Teams

@foreach ( $teams as $team) @endforeach
ID Name Team Type Level Post Action
{{ $team->id }} {{ $team->name }} {{ $team->teamtype }} {{ $team->level }} {{ $team->post }}
@csrf @method('DELETE')
@endsection @include('backend.partials.datatable')