@extends('layouts.app') @section('content')
@include('admin.sidebar')
Post {{ $post->id }}
{{ method_field('DELETE') }} {{ csrf_field() }}


ID{{ $post->id }}
Vendor Id {{ $post->vendor_id }}
Category Id {{ $post->category_id }}
Name {{ $post->name }}
@endsection