@extends('dashboard.base') @section('content')
{{ __('Upload Categories And Interest List') }}
@foreach (['danger', 'warning', 'success', 'info'] as $key) @if(Session::get($key))
{{ Session::get($key) }}
@endif @endforeach
@csrf

{{ __('Pinipol Poll Categories and Interest List') }}
id Categrois & interest Create at Updated at
@endsection @section('javascript') @endsection