@extends('layouts.master') @section('css') @endsection @section('title') Stock Item Warranty @endsection @section('content')
@csrf
Warranty for {{ $stockItem->name }}
Back
@endsection @section('script') @endsection