@extends('backend.master') @section('title', @$title) @php $model = 'properties.categories'; @endphp @section('content')
@csrf @method('put') @foreach($parents as $parent) @endforeach
{{ _trans('landlord.See more icon') }} https://remixicon.com/
New Document

@if($category->documents) @foreach ($category->documents as $key => $document)
Document {{$key+1}}
@endforeach @endif

{{-- @foreach ($category->documents as $document) @endforeach --}}
@endsection @push('script') @endpush