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

Zone Area Setup


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