@extends('backend.layouts.app') @section('title', 'Edit Attribut') @push('styles') @endpush @section('content')
@csrf @method('PUT')
@endsection @push('scripts') @endpush