@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Edit Slack Webhook Url','parentTitle'=>'Settings','parentUrl'=>'/settings','parentSubTitle'=>'Slack Notification Webhooks','parentSubUrl'=>'/slack-notification-credential'])
@include('partials.error')
{{csrf_field()}} @method('PUT')
@stop @section('after_scripts') @include('assets.partials.scripts.common') @stop