@extends('layouts.admin') @section('content')
{{ __('Add New Property') }} {{ __('Back') }}
@include('includes.admin.form-both') {{ csrf_field() }}
{{ __('Add New Property Form') }}
{{ __('Pricing Info') }}
{{ __('Extra Info') }}
{{ __('Locations') }}
{{ __('Additional Details') }}
{{ __('Banner & Gallery') }}
{{ __('Category') }}
@if ($attributes) @foreach ($attributes as $key=>$attribute)
{{ $attribute->name }}
@if ($attribute->options) @foreach ($attribute->options as $okey=>$option)
@endforeach @endif
@endforeach @endif
{{ __('Payment Info') }}
@endsection @section('scripts') @endsection