@extends('layouts.main') @section('title', 'Update Ad') @section('content') @push('head') @endpush
@include('include.message')

{{ __('Update Details')}}

@csrf
@if(Str::contains($ad->tag,'b'))
@endif @if(Str::contains($ad->tag,'i'))
@endif @if(Str::contains($ad->tag,'n'))
@endif @if(Str::contains($ad->tag,'r'))
@endif
@push('script') @endpush @endsection