@extends('layout') @section('contents')

Warranty Check

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{--
--}} {{-- @csrf --}}
{{--
--}}
Product Name
Serial Number
Expired
@endsection @push('after-scripts') @endpush