@extends('layouts.admin') @section('title', $rule->exists ? 'Otomasyon Kuralı Düzenle' : 'Otomasyon Kuralı Ekle') @section('content')
@csrf @if($rule->exists) @method('put') @endif
Geri
@endsection