@extends('layouts.app') @section('title', 'Create Pipeline') @section('content')
@csrf @include('pipelines._form')
@endsection