@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('content')
{{ __('app.name') }} {{ __('app.started_at') }} {{ __('app.total') }} {{ __('app.scheduled') }} {{ __('app.sent') }} {{ __('app.opens') }} {{ __('app.clicks') }} {{ __('app.created') }} {{ __('app.detail') }} {{ __('app.action') }}
@include('includes.modal') @include('includes.datatables') @endsection