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