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