@extends('layouts.master') @section('page_title', 'Create Ads Product') @section('title', 'Create Ads Product') @section('main_item', 'Create Ads Product') @section('sub_item', 'Create Ads Product') @section('content')

Create Ads Product

@csrf
@error('ads_sku')
{{ $message }}
@enderror
@error('product_ids')
{{ $message }}
@enderror
@endsection @section('styles') @endsection @section('scripts') @endsection