@extends('layouts.master') @section('css') @section('title') {{ __('home.templates') }} @stop @endsection @section('content')
@csrf
{{ __('home.add_new_template') }}
{{ __('home.template_components') }}
{{ __('home.product') }} {{ __('home.action') }}
-
@endsection