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