@extends('backend.layout.layout') @section ('content')

Product View Table

@if(session('status'))
{{session('status')}}
@endif
Add Product View
@csrf
{{$device->title}}
@endsection