@extends('layouts.master') @section('css') @endsection @section('title') Stock Item Warranty @endsection @section('content') @csrf Warranty for {{ $stockItem->name }} Back Warranty Period warranty_period == 'YEAR' ? 'selected' : '' }}>YEAR warranty_period == 'MONTH' ? 'selected' : '' }}>MONTH warranty_period == 'DAY' ? 'selected' : '' }}>DAY Warranty Description {{ $stockItem->warranty_description }} Submit @endsection @section('script') @endsection