Changeset ff9da8b for resources/views


Ignore:
Timestamp:
02/26/21 18:14:28 (4 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
master
Children:
7ed1069
Parents:
f457265
Message:

Added companies delete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/views/dashboard/companies/index.blade.php

    rf457265 rff9da8b  
    5050                                                        <a href="{{ route("dashboard.companies.create-admin", ["id" => $company->id]) }}" class="actionLink dropdown-item" style="cursor: pointer;"><i class="dropdown-icon fe fe-user"></i> Create admin user</a>
    5151                                                    @endif
    52                                                     <a href="javascript:void(0)" class="actionLink dropdown-item" style="cursor: pointer;" data-action="{{ route("dashboard.tags.destroy", ["id" => $company->id]) }}" data-method="delete"><i class="dropdown-icon fe fe-trash-2 text-danger"></i> Delete </a>
     52                                                    <a href="javascript:void(0)" class="actionLink dropdown-item" style="cursor: pointer;" data-action="{{ route("dashboard.companies.destroy", ["id" => $company->id]) }}" data-method="delete"><i class="dropdown-icon fe fe-trash-2 text-danger"></i> Delete </a>
    5353                                                </div>
    5454                                            </div>
Note: See TracChangeset for help on using the changeset viewer.