@extends('layouts.admin') @section('title', get_phrase('Edit Ads')) @section('admin_layout')

{{ get_phrase('Edit Ads') }}

{{get_phrase('Back')}}
@csrf
@php $types = App\Models\CustomType::where('status',1)->get(); @endphp
@endsection