@extends('layouts.admin') @section('content')

Specifications

Product Specs

@if ($errors->any())
Error!
@endif @if ($message = Session::get('success'))
{{ $message }}
@endif

Product name: {{ $product->name}}

@if ($product->status != 'deleted_user')

$product->id]) }}">View Product

@endif
@foreach($specs as $spec) @endforeach
Name Description
{{$spec->name}} {{$spec->description}}
@csrf
@endsection