@extends('laravel-crm::layouts.app') @section('content')
@include('laravel-crm::layouts.partials.nav-settings')

{{ ucfirst(__('laravel-crm::lang.pipelines')) }}

{{--@can('create crm pipelines') {{ ucfirst(__('laravel-crm::lang.add_pipeline')) }}@endcan--}}
@foreach($pipelines as $pipeline) @endforeach
{{ ucfirst(__('laravel-crm::lang.name')) }} {{ ucfirst(__('laravel-crm::lang.attached_to')) }}
@endsection