@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('Advertisement Area')}} @endsection @section('content')
@include('backend/partials/message') @include('backend/partials/error')

{{__('Advertisement Area Settings')}}

@csrf

{{__('Top Advertise Section ')}}

{{__('Bottom Advertise Section ')}}

@endsection @section('script') @endsection