@extends('layouts.user-no-nav') {{-- SEO, Schema & Share --}} @section('page_title', __('My companies')) @section('styles') {!! Minify::stylesheet([ '/css/pages/home.css', ])->withFullUrl() !!} @stop @section('scripts') {!! Minify::javascript([ '/js/Company.js' ])->withFullUrl() !!} @stop @section('content') @include('elements.standard-dialog',[ 'dialogName' => 'company-delete-dialog', 'title' => __('Delete company'), 'content' => __('Are you sure you want to delete this company? All associated jobs will be deleted as well.'), 'actionLabel' => __('Delete'), 'actionFunction' => 'Company.delete();', ])
{{__('You can always create a company in just a few seconds, by clicking the button on the top right side of this page')}}.