@extends('layouts.app') @section('title', 'Add New Gen') @section('content')

Add Generations

Back
{{-- Alert Messages --}} @include('common.alert')
Add New computer Generations
@csrf
{{-- NAME --}}
*Generation @error('gen') {{$message}} @enderror
{{-- Status --}}
*Status @error('status') {{$message}} @enderror
{{-- Save Button --}}
@endsection