@extends('admin.layouts.master') @section('title') Edit Product @endsection @section('content')

Product Edit

broken image
@csrf @method('PUT')

top ? 'checked' : '' ) }}>
@include('errors')
@endsection @section('scripts') @include('addOns.checkbox.js') @endsection