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