@extends('layouts.app') @section('title', 'View Category') @section('content')
Name {{ $cat->name }}
image
{{ $cat->name }}
@endsection