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