@extends('layouts.master2') @section('title', trans('app.campaigns.title')) @section('page_styles') @endsection @section('page_scripts') @endsection @section('content') @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
{{trans('app.campaigns.view_groups.table_headings.group')}} {{trans('app.campaigns.view_groups.table_headings.created_on')}} {{trans('app.campaigns.view_groups.table_headings.actions')}}
@endsection