@extends('admin.layouts.master-soyuz') @section('title','Edit Block Detail Page Advertisements') @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Block Detail Page Advertisements") }} @endslot @slot('menu2') {{ __("Edit Block Detail Page Advertisements") }} @endslot @slot('button')
Back
@endslot @endcomponent
@if ($errors->any()) @endif
Edit Block Detail Page Advertisements
@csrf {{ method_field('PUT') }}
Select a product page where you want to display this ad.
Select a category page where you want to display this ad.
Upload



@endsection @section('custom-script') @endsection