@extends('layouts.agent') @section('content')
{{ __('Property') }}
@include('includes.admin.form-success')
{{ __('Featured Image') }} {{ __('Title') }} {{ __('Category') }} {{ __('Location') }} {{ __('Create Date') }} {{ __('Update Date') }} {{ __('Status') }} {{ __('Type') }} {{ __('Options') }}
@includeIf('partials.admin.status') @includeIf('partials.admin.delete') @endsection @section('scripts') @endsection