@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content') @csrf @foreach(\App\Utils\Utils::advertisementTypes() as $key => $type) {{ $type }} @endforeach @foreach ($data['properties'] as $property) id ? 'selected' : '' }}>{{ $property->name }} {{ Auth::id() == 1 ? '(' . $property->id . ')' : '' }} @endforeach {{ _trans('landlord.Monthly') }} {{ _trans('landlord.Yearly') }} {{ _trans('common.Negotiable') }} {{ _trans('common.Not Negotiable') }} {{ _trans('common.active') }} {{ _trans('common.inactive') }} @endsection @push('script') @endpush