@extends('app') @section('content')
@foreach($data as $cat) @endforeach
# Category Product Operation
{{$cat->id}} {{$cat->name}}
@endsection @section('script') @endsection