@extends('layouts.master') @section('title', 'New Product | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.new product')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.products') }} | {{ __('basic.new product') }}
{{ __('basic.new product') }}
@csrf
Choose Main Image
@error('main_image') {{ $message }} @enderror
@error('branch_id') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('sku') {{ $message }} @enderror
@error('barcode') {{ $message }} @enderror
@error('buy_price') {{ $message }} @enderror
@error('sell_price') {{ $message }} @enderror
{{ __('basic.does it have a stock') }}
@error('have_stock') {{ $message }} @enderror
@endsection @section('js') @endsection