@extends('layouts.app') @php use Illuminate\Support\Facades\Auth; @endphp @section('content')
{{ session('success') }}
${{ number_format($gasType->price, 2) }}
{{ $gasType->weight }} kg
{{ $gasType->cylinder_size ?: 'Not specified' }}
{{ $gasType->stock_quantity }}
{{ $gasType->gasCompany->name }}
{{ $gasType->updated_at->format('M d, Y H:i') }}
{{ $gasType->description }}