@extends('layouts.default') @section('title') @endsection @section('header-style') @endsection @section('content')

Team Type Setup


@if(Session::has('message')) @endif
team_type_id)) action="{{route('setup.team-type-update', [$teamType->team_type_id])}}" @else action="{{route('setup.team-type-post')}}" @endif method="post"> @csrf @if (isset($teamType->team_type_id)) @method('PUT') @endif
  • active_yn == \App\Enums\YesNoFlag::YES)) checked @elseif(!$teamType) checked @endif />
  • active_yn != \App\Enums\YesNoFlag::YES)) checked @endif />
@include('setup.team-type-datatable-list')
@endsection @section('footer-script') @endsection