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

Factors

Create Factor

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