@extends('backend.layouts.master') @section('title') Event Tags @endsection @section('main-content') @include('backend.layouts.notification')
Events Tag
@if(count($eventTags)>0) @foreach($eventTags as $data) @endforeach
ID/th> Title Slug Status Action
{{$data->id}} {{$data->title}} {{$data->slug}} @if($data->status=='active') {{$data->status}} @else {{$data->status}} @endif
@csrf @method('delete')
{{$eventTags->links()}} @else
No Event Tag found!!! Please create event tag
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush