@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',['title'=> 'Create Template','buttons'=>[ [ 'name'=>'  Back', 'url'=> route('user.template.index'), ] ]]) @endsection @push('topcss') @endpush @section('content')

{{ __('Create Messages Template') }}

@csrf
@csrf
{{__(' Supported file type:')}} {{ __('jpg,jpeg,png,webp,pdf,docx,xlsx,csv,txt') }}
@csrf
@csrf

{{ __('Call To Action Buttons') }}

{{ __('Button 1') }}

@csrf

{{ __('List Options') }}

{{ __('List 1') }}

@csrf
@csrf
@endsection @push('js') @endpush