@extends('layouts.app') @section('header-title', __('Add Ad')) @section('content')
{{__('Add Ad')}}
@csrf
@endsection