@extends('backend.layout.layout') @section ('content') Product View Table Home Product View Table @if(session('status')) {{session('status')}} @endif Add Product View @csrf Title Image Description {{$device->description}} Submit @endsection