@extends('admin.layouts.simple.master') @section('title', 'Tags') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Blogs Tags

@endsection @section('breadcrumb-items') @endsection @section('content')
Add Tag
@csrf
@if($errors->any()) @endif @if(Session::has('message')) @endif
Categories
@if(Session::has('message')) @endif
@foreach($tags as $key => $course) @endforeach
# Name Action
{{ $key+1}} {{ $course->getTranslation('name', 'en') }}
@csrf
{{-- Edit {{ ($course->is_active == 1) ? 'Suspend' : 'Active' }}
@method('DELETE') @csrf
--}}
@endsection @section('script') @endsection