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

{{ __('Products') }}

@if ($gs->ftp_folder)
@endif
@if ($gs->is_comprasparaguai) {{ __('Compras Paraguai') }} @endif @if ($gs->is_lojaupdate) {{ __('Google & Facebook') }} @endif
@include('includes.admin.form-success') @include('includes.admin.form-error')
{{ __('Name') }} {{ __('Tags') }}
{{-- HIGHLIGHT MODAL --}} {{-- HIGHLIGHT ENDS --}} {{-- CATALOG MODAL --}} {{-- CATALOG MODAL ENDS --}} {{-- DELETE MODAL --}} {{-- DELETE MODAL ENDS --}} {{-- BULK DELETE MODAL --}} {{-- BULK DELETE MODAL ENDS --}} {{-- COPY MODAL --}} {{-- COPY MODAL ENDS --}} {{-- GALLERY MODAL --}} {{-- GALLERY MODAL ENDS --}} {{-- GALLERY MODAL ENDS --}} {{-- FASTEDIT MODAL --}} {{-- FASTEDIT ENDS --}} {{-- BULKEDIT MODAL --}} {{-- BULKEDIT ENDS --}} @endsection @section('scripts') {{-- DATA TABLE --}} {{-- DATA TABLE ENDS --}} @endsection