@extends('backend.master') @section('title', @$title) @php $model = 'properties.categories'; @endphp @section('content') @csrf {{ _trans('common.Select One') }} @foreach($parents as $parent) {{ $parent->name }} @endforeach {{ _trans('landlord.See more icon') }} https://remixicon.com/ {{ _trans('common.Active') }} {{ _trans('common.Inactive') }} New Document Add New Document @endsection @push('script') @endpush