@extends('layouts.admin') @section('page-title') {{__('Manage Pipelines')}} @endsection @push('script-page') @endpush @section('breadcrumb')
{{__('Pipeline')}} | {{__('Action')}} |
---|---|
{{ $pipeline->name }} | @if(count($pipelines) > 1) @can('delete pipeline') @endcan @endif @can('edit pipeline') @endcan |