@extends('layouts.app') @section('content')

{{ trans('lang.advertisement_plural') }}

@csrf
@include('alerts.error_messages')
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection