@extends('layouts.backend.backend-app') @section('backend-css') @endsection @section('backend-content') Create Category @csrf @method('PUT') Select Category @foreach ($categories as $key => $value) category_id)>{{ $value }} @endforeach Name Price Quantity Referral Link Image Choose File Description {!! $product->description !!} @endsection @section('backend-script') @endsection