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

Factor Form

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