@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Taslak Ayarları' => '/root/draft-settings/index', 'Taslak Ayarı Ekle' => '/root/draft-setting/create', ], ]) !!} @endsection @section('content')
@csrf
@if ($errors->any()) @include('components.error-modal-second') @endif @if (session('error')) @include('components.error-modal') @endif @if (session('success')) @include('components.success-modal') @endif @endSection