@extends('layouts.store.store') @section('title', 'Store Inventory Detail') @section('content')
@include('partials.header') @include('layouts.store.sidebar')
Inventory ManagementInventory ListWrench Details

Wrench Details
@php if(!empty($wrench->next_cal_date)){ $next_calib_date = \Carbon\Carbon::parse($wrench->next_cal_date)->format('m/d/Y'); } else { $next_calib_date = 'N/A'; } @endphp
@if(count($calibration) !=0) @endif
@stop