@extends('dashboard.layouts.master') @section('title', __('Product')) @section('css') @stop @section('content')
@if (session('success'))
{{ session('success') }}
@endif
{{-- --}} {{-- --}}
# {{ __('Image') }} {{ __('Name') }} {{ __('Category Name') }}{{ __('Product Owner') }}{{ __('Price') }}{{ __('Views') }}{{ __('Status') }} {{ __('Processes') }}
@endsection @section('script') @stop