@extends('admin.layouts.master') @section('title') @lang('messages.subscriptions') @endsection @section('styles') @endsection @section('page_header')

@lang('messages.view_all_subscriptions')

@endsection @section('content')

{{$subscription->created_at->format('Y-m-d g:i A')}} @lang('messages.From'): {{$subscription->email}}
@lang('messages.message')

@csrf
Generic placeholder image
Generic placeholder image
@endsection @section('scripts') @endsection