@extends('Layouts.adminLayout') @section('title') {{__('List Sms')}} @endsection @section('breadcrumb')
@endsection @section('content')
@php $i=1; @endphp @foreach($data['sms'] as $value) @endforeach
{{__('Index')}} {{__('Title')}} {{__('Pattern')}} {{__('Text Code')}} {{__('Possibilities')}}
{{$i++}} {{$value->title}} {{$value->pattern}}. @if($value->type !=3) {{(isset($settings['site_title_'.$lang]))?$settings['site_title_'.$lang]:''}} | {{ config('app.url') }} @endif @if($value->type !=3)@else - @endif @if($value->type !=3) @else @endif
@endsection @section('script') @endsection