{{ __('Newspapers') }}

List of Newspapers

@if ($data) @php $i = 1; @endphp @foreach ($data as $val) @endforeach
Sr NO Newspaper Name Type Status Action
{{ $i++ }} {{ $val->newspaper_name }} {{ $val->Type_of_newspaper }} @if ($val->status == 1) Active @else Inactive @endif
@else

No any record found

@endif