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

Schedule Type Setup


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