@extends('layouts.app') @section('title', 'Settings') @section('content')
Organisation @can('pipelines.manage')Pipelines@endcan @can('tags.manage')Tags@endcan
@csrf @method('PUT')
@can('settings.update')
@endcan
@endsection