@extends('layouts.admin') @section('css') @endsection @section('content')

REPRESENTATIVE / LIST

@include('components.admin.error-message')
ARTISTS
@if(!empty($representatives)) @for($i = 0; $i < count($representatives); $i++) @endfor @endif
Name Slug Contact Company Type STATUS DATE ACTION
{{$representatives[$i]->slug}} {{$representatives[$i]->email}}
{{$representatives[$i]->phone}}
{{$representatives[$i]->dcompany?->name}} {{$representatives[$i]->dtype?->title}} {!! status_badge($representatives[$i]->status) !!} {{\Carbon\Carbon::parse($representatives[$i]->created_at)->toDayDateTimeString()}}
{{$representatives->links()}}
@endsection @section('script') @endsection