@extends('layouts.core.frontend', [
'menu' => 'attributes',
])
@section('title', trans('store.attributes'))
@section('page_header')
@include('store.helpers.page_header', [
'title' => trans('store.attributes'),
'guide' => 'An SMS Template is a marketing strategy that uses text messages to communicate with customers. SMS campaigns can be used to promote products or services, send updates, or provide customer support.',
'link' => action('Store\AttributeController@create',[ 'page' => request()->page, ]),
'link_title' => trans('store.attributes.add_new'),
])
@endsection
@section('content')