@extends("admin/layouts.master") @section('title','Edit Block Detail Page Advertisements | ') @section("body")
Edit Block Detail Page Advertisements #{{ $detail->id }}
@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.



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