@extends('admin.layouts.master-soyuz') @section('title',__("Create a Block Detail Page Advertisements | ")) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Add') }} {{ __('Block Detail Page Advertisements') }}
@csrf
{{ __('Select a category page where you want to display this ad.') }}
Upload


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