@extends('layouts.admin') @section('content')
{{-- Dashboard Items --}}
@section('header')

{{__('DASHBOARD')}}

@show @section('tagsTable')

Tags Uploaded by Playbook Upload

@foreach($export as $item) @endforeach
Handle Tags
{{$item['Handle']}} {{$item['Tags']}}
@show
@endsection