@extends('backend.layouts.master') @push('css') @endpush @section('content')
@include('backend.common-views.messages')
Home
Team Types
Team Types
Add Team Type
@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