@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
@csrf @foreach(\App\Utils\Utils::advertisementTypes() as $key => $type) @endforeach @foreach ($data['properties'] as $property) @endforeach
@endsection @push('script') @endpush