@extends('layouts.admin')
@section('styles')
@endsection
@section('content')
{{ __('Products') }}
@if ($gs->ftp_folder)
@endif
@include('includes.admin.form-success')
@include('includes.admin.form-error')
{{-- HIGHLIGHT MODAL --}}
{{-- HIGHLIGHT ENDS --}}
{{-- CATALOG MODAL --}}
{{ __('You are about to change the status of this Product.') }}
{{ __('Do you want to proceed?') }}
{{-- CATALOG MODAL ENDS --}}
{{-- DELETE MODAL --}}
{{ __('You are about to delete this Product.') }}
{{ __('Do you want to proceed?') }}
{{-- DELETE MODAL ENDS --}}
{{-- BULK DELETE MODAL --}}
{{ __('You are about to delete these Products.') }}
{{ __('Do you want to proceed?') }}
{{-- BULK DELETE MODAL ENDS --}}
{{-- COPY MODAL --}}
{{ __('You are about to copy this Product.') }}
{{ __('Do you want to proceed?') }}
{{-- COPY MODAL ENDS --}}
{{-- GALLERY MODAL --}}
(
{{ __('You can upload multiple Images') }}. )
{{-- GALLERY MODAL ENDS --}}
{{-- GALLERY MODAL ENDS --}}
{{-- FASTEDIT MODAL --}}
{{-- FASTEDIT ENDS --}}
{{-- BULKEDIT MODAL --}}
{{-- BULKEDIT ENDS --}}
@endsection
@section('scripts')
{{-- DATA TABLE --}}
{{-- DATA TABLE ENDS --}}
@endsection