@extends('layouts.app') @section('content')
{{-- --}}
{{--
--}}
@foreach ($fighterData as $data) @endforeach
User Name Fighter Name Featured Post to Feed Created Action
{{ $data->user->name }} {{ $data->fighter->name }} @if($data->is_featured == 1)

Avtive

@else

Not Active

@endif
@if($data->post_to_feed == 1)

Avtive

@else

Not Active

@endif
{{ date('m/d/Y', strtotime($data->created_at)) }}