@extends('layouts.master') @section('title', 'Upload Products | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.upload products')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.products') }} | {{ __('basic.upload products') }}
{{ __('basic.upload products') }}
@csrf
@error('type') {{ $message }} @enderror
@error('branch_id') {{ $message }} @enderror
@error('branch_id') {{ $message }} @enderror
{{-- categories --}}
@error('product_cat_id') {{ $message }} @enderror
@if ($errors->has('product_sub_cat_id')) {{ $errors->first('product_sub_cat_id') }} @endif
@error('product_sub_sub_cat_id') {{ $message }} @enderror
{{-- --------- --}}
@error('inventory_warehouse_id') {{ $message }} @enderror
{{ __('basic.show on website') }}
@error('show_on_website') {{ $message }} @enderror
{{ __('basic.show on mobile') }}
@error('show_on_mobile') {{ $message }} @enderror
{{ __('basic.attached img') }}
@error('product_file') {{ $message }} @enderror
@endsection @section('js') @endsection