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