@extends('layouts.layout-horizontal') @section('title', ' Products') @section('css') @endsection @section('content')
Edit Product
Back
@csrf @method('PUT')
@include('products._form')
@endsection