@extends('layouts.master') @section('page') Downloads | {{setting('site.title')}} @endsection @section('content')
@foreach ($download_categories as $category)
For {{$category->title}}
@foreach ($category->downloads as $item)
{{$item->name}}
@endforeach
@endforeach
Product Categories
@endsection() @push('styles') @endpush() @push('scripts') @endpush()