# | Name | Action |
---|---|---|
{{ $key + 1 }} | @if (isset($expertise->name)) {{ $expertise->name }} @else @endif | @if (Auth::user()->id == $expertise->created_by || Auth::user()->role_id == 1 || Auth::user()->role_id == 2) Delete @endif |
@extends('layouts.app') @push('css') @endpush @section('content')
# | Name | Action |
---|---|---|
{{ $key + 1 }} | @if (isset($expertise->name)) {{ $expertise->name }} @else @endif | @if (Auth::user()->id == $expertise->created_by || Auth::user()->role_id == 1 || Auth::user()->role_id == 2) Delete @endif |