@extends('admin.layout.layout') @section('content')
@if(isset($_GET['module'])&&$_GET['module']!="")

{{ $_GET['module'] }}

@else

Products Management

@endif

{{ $title }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('success_message')) @endif @if(Session::has('flash_message_success')) @endif @if(Session::has('flash_message_error')) @endif
@if(isset($_GET['type']) && !empty($_GET['type']) && isset($_GET['filename']) && !empty($_GET['filename']))
@csrf
@else
Import Actions
Import Products Download Sample
Note:- Please Upload required formats of xls. we have give option of download sample format above.
Important Note:- Please add minimum 1 and maximum 100 rows in one xls file.
@endif
@endsection