@extends('admin.layouts.app') @section('content')
Name | Status | Action |
---|---|---|
{{ ucfirst($result->name) }} |
|
@php $prodID = Crypt::encrypt($result->id); @endphp
@if(Auth::user()->role_id == 2)
@else
{{ Form::open(['route' => ['comment.destroy', $result->id], 'method' => 'delete']) }}
{{ Form::button('', ['type' => 'submit', 'class' => 'btn btn-dim btn-danger']) }}
{{ Form::close() }}
@endif
|