@extends('backend.index') @section('content')
Add new channel
@csrf @foreach ($channels as $index => $channel) @endforeach
Priority Name Created by Type Created at Updated at Action
{{ $channel->title }} {{\App\Models\User::findOrFail($channel->user_id)->name }} {{ $channel->object_type }} {{ timeElapsedString($channel->created_at) }} {{ timeElapsedString($channel->updated_at) }}
@endsection