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

Add Device combination

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