@extends('admin.layouts.app') @section('page_title', __('Social Media')) @section('content')
@lang("Sl") | @lang("Name") | @lang("Status") | @lang("Action") | ||||
---|---|---|---|---|---|---|---|
{{ $loop->index + 1 }} |
@lang($media->name) |
@if($media->status == 1) @lang("Active") @else @lang("Inactive") @endif | |||||
@lang("No data to show") |