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

File Category Setup


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