@extends('layouts.admin') @section('title', isset($product) ? __('app.edit') . ' ' . __('app.product') : __('app.create') . ' ' . __('app.product')) @section('content')
{{ $message }}