@extends('layouts.master') @section('title', 'Edit Factor') @section('content')

Factors

Edit Factor

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