@extends('admin.layouts.master-soyuz') @section('title',__('All Brands | ')) @section('body') @component('admin.component.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('All Brands') }} @endslot @slot('menu1') {{ __('Brands') }} @endslot @slot('button')
@endslot @endcomponent{{ __("Sr. NO.") }} | {{ __("Brand Name") }} | {{ __("Brand Logo") }} | {{ __("Status") }} | {{ __("Action") }} |
---|
{{ __('Do you really want to delete')}}? {{ __('This process can\'t be undone.')}}
{{ __("Follow the instructions carefully before importing the file.") }}
{{ __("The columns of the file should be in the following order.") }}
{{ __("Column NO") }} | {{ __("Column Name") }} | {{ __("Required") }} | {{ __("Description") }} |
---|---|---|---|
1 | name | {{ __("Yes") }} | {{ __("Enter brand name") }} |
2 | status | {{ __("Yes") }} | {{ __("Brand status") }} (1 = {{__("active")}}, 0 = {{__("deactive")}}) . |
3 | image | {{ __('NO') }} | {{__('Name your image eg: example.jpg')}} ({{__("Image can be uploaded using Media Manager / Brand Tab.")}} ) . |
4 | show_image | {{ __('NO') }} | {{ __("Show brand in brand slider in footer (front)") }} . |
5 | category_id | {{ __("Yes") }} | {{ __("Multiple category id can be pass here seprate by comma") }} . |