@extends('dashboard.client.layouts.app') @section('title','Alan Adı Düzenle') @section('content')

Alan Adı Düzenle

@csrf {{ method_field('PUT') }}
@error('name') {{ $message }} @enderror
@endsection