PATH:
home
/
lab2454c
/
costbloc.com
/
resources
/
views
/
vendor
/
epz
/
import
@extends('admin.layouts.app') @section('page_title', __('Import')) @section('content') <div class="col-sm-12 list-container" id="item-list-container"> <div class="card"> <div class="card-header"> <h5> <a href="{{ route('product.index') }}">{{ __('Import') }}</a> </h5> <div class="card-header-right d-inline-block"> </div> </div> <div class="card-body p-0 import-table"> <div class="card-block px-2"> <div class="col-sm-12 row p-0 m-0"> <a href="#" class="col-md-6 col-xl-4"> <div class="card table-card"> <div class="row-table"> <div class="col-auto bg-yellow text-black p-t-50 p-b-50"> <i class="feather icon-package f-30"></i> </div> <div class="col text-center"> <h3 class="f-w-300">{{ __('User Import') }}</h3> </div> </div> </div> </a> <a href="{{ route('epz.import.products') }}" class="col-md-6 col-xl-4"> <div class="card table-card"> <div class="row-table"> <div class="col-auto bg-yellow text-black p-t-50 p-b-50"> <i class="feather icon-package f-30"></i> </div> <div class="col text-center"> <h3 class="f-w-300">{{ __('Product Import') }}</h3> </div> </div> </div> </a> <a href="#" class="col-md-6 col-xl-4"> <div class="card table-card"> <div class="row-table"> <div class="col-auto bg-yellow text-black p-t-50 p-b-50"> <i class="feather icon-package f-30"></i> </div> <div class="col text-center"> <h3 class="f-w-300">{{ __('Attribute Import') }}</h3> </div> </div> </div> </a> </div> </div> </div> </div> </div> @endsection
[+]
..
[-] index.blade.php
[edit]
[-] product.blade.php
[edit]