@extends('layouts.main') @section('title') Randomizer @endsection @section('breadcrumb') @endsection @section('css') @endsection @section('content')
Randomizer
@csrf @method('POST')
@endsection @section('js') @endsection