@extends('layouts.layout-horizontal') @section('title', 'Product Created') @section('content')

Product "{{ $product->name }}" created successfully!

The product list on your previous page has been updated automatically.

You can close this tab now.

@endsection @push('scripts') @endpush