@extends('admin.layouts.app') @section('title', 'Manage Inventory') @section('content')
{{--

Forms/ Horizontal Layouts

--}}

Manage Inventory

{{ $product->name }}
@endsection @section('scripts') @endsection