@extends('admin/admin') @section('content')
{{ __('News') }} {{ __('List') }}
@if (session()->has('success'))
{{ session('success') }}
@endif
{{ __('Title') }} {{ __('Recipient Name')}} {{ __('Recipient Phone Number')}} {{ __('Recipient Email')}} {{ __('News Created By')}} {{ __('Campaign') }} {{ __('Template Created By')}} {{ __('News URL') }}
@endsection @section('footer-scripts') @parent @endsection