@extends('layouts.adminpanel') @section('title', 'Campaigns') @section('title_right_section') Download Sample CSV @endsection @section('content')
{{ $data->appends($url_args)->links() }}
@if($search) Search results for: {{ $search }}. @endif
Showing {{ number_format($data->firstItem()) }} - {{ number_format($data->lastItem()) }} out of {{ $data->total() }}
@if(count($data) > 0) @foreach($data as $cat) @endforeach @else @endif
Name Total Emails Actions
{{ $cat->name }} {{ number_format($cat->mails()->count()) }}
No record found.
@include("admin.campaigns._form")
@stop @section('footer_space') @stop