@extends('crudbooster::admin_template') @section('content') @foreach($categories as $row) @endforeach
Parent Category Action

Warning: Undefined variable $row in /home/retrocubedev/public_html/qa/rent_now/resources/views/contractcategories.blade.php on line 20

Warning: Attempt to read property "parent_name" on null in /home/retrocubedev/public_html/qa/rent_now/resources/views/contractcategories.blade.php on line 20
Parent
{{$row->category_name}} @if(CRUDBooster::isUpdate() && $button_edit) Edit @endif
@endsection