@php /** * Component : Campaign * Controller : CampaignController * File : campaign.list.blade.php * ----------------------------------------------------------------------------- */ @endphp @extends('layouts.app', ['title' => __tr('Campaigns')]) @section('content') @include('users.partials.header', [ 'title' => __tr('Campaigns'), 'description' => '', 'class' => 'col-lg-7' ])
{{ __tr('Title') }} {{ __tr('Template') }} {{ __tr('Template Language') }} {{ __tr('Created At') }} {{ __tr('Schedule At') }} {!! __tr('Action & Status') !!}
@endsection()