@extends('manage.layouts.app') @section('content')
{{method_field('PUT')}} @csrf

Add New Accessory

@php $status = [0, 1]; @endphp
@foreach ($status as $sts)
@if ($accessory->status == $sts) @else @endif
@endforeach
@csrf
@endsection