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

{{__('Template Management')}}

@include('admin.message')
{{__('All templates')}}
@if(count($rows) > 0) @foreach($rows as $row) @endforeach @else @endif
{{__('Title')}} {{__('Date')}}
{{$row->title}} {{$row->updated_at}}
{{__("No data")}}
{{$rows->links()}}
@endsection