@extends('layouts.admin-layout') @section('title') Edit Quantity @endsection @section('content')

Edit Quantity

@csrf
status === 1 ? 'checked' : ''}}>
@endsection @section('script') @endsection