@extends('layouts.app') @section('content')

{{translate('Template Product Settings')}}

@foreach($pro_banner as $key => $banner) @endforeach
# {{translate('Template Category Name')}} {{translate('Template Name')}} {{translate('Category Name')}} {{translate('Subcategory Name')}} {{translate('Options')}}
{{$key+1}} {{@$banner->templatecategory}} {{@$banner->template_name}} {{@$banner->category}} {{@$banner->subcategory}}
@endsection {{-- @section('script')--}} {{--@endsection --}}