@include('Admin.Includes.header') @php use Illuminate\Support\Facades\Auth; $logged_in_user = Auth::user(); @endphp
{{--

{{ __('Create Product') }}

@if (Session::has('permissions') && in_array('Product List', Session::get('permissions'))) Product List @endif @if (Session::has('permissions') && in_array('Product Trash List', Session::get('permissions'))) Trash List @endif
--}}
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
  • If you have already selected featured image, Please select it again!
@endif
@csrf
{{ __('Product Details (Compulsory)') }}
{{ url('/') }}/product/
{{ __('Product Details (Optional)') }}
{{ __('Gallery Media (Optional)') }}
{{ __('Product SEO Details (Optional)') }}
{{ __('Shipping Areas (Required)') }}
Select areas...
Over the Globe
@foreach ($areagroups as $areagroup)
{{ $areagroup->title }}
@foreach ($areagroup->groupsMeta as $groupmeta)
@endforeach
@endforeach
{{ __('More Details (Optional)') }}


{{ __('Featured Media (Optional)') }}
Preferred Dimension: (720px) x (800px)
{{ __('Product Category (Optional)') }}