@extends('layouts.admin') @section('content')

{{ __('labels.product.title') }}

@if (session('error')) @endif @if (session('success')) @endif
{{ __('labels.table.#') }} {{ __('labels.product.table.name') }} {{ __('labels.product.table.brand') }} {{ __('labels.product.table.category') }} {{ __('labels.product.table.price') }} {{ __('labels.product.table.prescription') }} {{ __('labels.table.status') }} {{ __('labels.table.created_at') }} {{ __('labels.table.updated_at') }} {{ __('labels.table.action') }}
@endsection