@extends('backend.layouts.master') @push('css') @endpush @section('content')
@include('backend.common-views.messages')

Team Types

@foreach ($teamTypes as $teamType) @endforeach
SR No Team Type Action
{{++$i}} {{ $teamType->team_type }}
is_active ? 'checked' : '' }} onchange="changeStatus({{$teamType->id}})" data-onstyle="primary" data-size="medium">
@endsection @push('js') @endpush