@include('flash::message')
@endsection
@push('scripts')
@endpush| Action | Livetv Name | Total Number Of Reports | @foreach ($report as $item)
|---|---|---|
| {{ Form::open([ 'url' => route('admin.streaming-report.destroy', $item['id']), 'method' => 'Delete', 'class' => 'pull-left' ]) }} {{ Form::close() }} | {{ $item['name'] }} | {{ $item['count'] }} |