@extends("admin.admin_layout.adminlayout")
@section("admin_content")
| Id |
Language Name |
Status |
Action |
@php $i=1 @endphp
@foreach($data as $value)
|
{{ $i++}}
|
{{ $value->language_name}}
|
{{$value->is_active == 1 ? "Active":"Inactive"}}
|
|
@endforeach
@endsection