@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Taslak Ayarları' => '/root/draft-settings/index', 'Düzenle' => '/root/draft-setting/edit/' . $draftSetting->id, ], ]) !!} @endsection @section('content')