@section('title', 'Edit Blog Category') @push('style') @endpush @push('script') @endpush @csrf Status @if ($category->status == 'active') @else @endif status == 'active') selected @endif>Active status == 'inactive') selected @endif>Inactive Set the blog category status. Is Featured is_featured == 'no') selected @endif>No is_featured == 'yes') selected @endif>Yes Select an Option. Blog Category Details @foreach ($languages as $id => $language) {{ strtoupper($language) }} @endforeach @foreach ($languages as $id => $language) @php $languageCode = strtolower($language); @endphp Category Name ({{ $language }}) @endforeach Cancel Save Changes Please wait...