@extends('site.layouts.master') @section('title') {{__('site.Add_Property_Page')}} @endsection @section('metatags') @endsection @section('content')
@if ($errors->any())
@endif @if (session()->has('msg'))
@endif
@csrf

@lang('site.Ad Information')

@lang('site.Basic_Information')

@lang('site.Location')

@lang('site.Features_optional')

@foreach ($features->chunk(3) as $chunk) @foreach ($chunk as $feature)
@endforeach @endforeach

@lang('site.Property_Gallery')

@lang('site.uploaded images')

@endsection @section('script') @endsection