@extends('frontend.layouts.master') @section('content')

{{$cat->name}}

@foreach($cat->images as $image) @endforeach
@endsection