@extends('layouts.admin') @section('title', __('Products')) @section('content')

{{ __('Products') }}

{{ __('Manage your software products') }}

{{ __('New Product') }}
{{ __('Filters') }}
{{ __('Products') }}
{{ __('Name') }} {{ __('Category') }} {{ __('Version') }} {{ __('Status') }} {{ __('Featured') }} {{ __('Release Date') }} {{ __('Views') }} {{ __('Actions') }}
@endsection @push('styles') @endpush @push('scripts') @endpush