@extends('admin.layout.app') @section('content')
Category Form
@csrf
@foreach (json_decode($allocation->description) as $point)
@endforeach
@if ($errors->has('description'))
Minimum One Point is required.
@endif

status === 1 ? 'checked' : '' }} style="width: 47px;height: 31px;" name="status">
@endsection