@extends('layouts.default') @section('title') @endsection @section('header-style') @endsection @section('content') {{--@json($team)--}}

Team Setup


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