@extends('admin.layout.master') @section('content') @section('dashboard', 'active') @section('title', 'Influencers')
All Influencers Job Posts

@livewire('job-post.list-data', ['type' => 'influencer'])
@endsection @section('script') @endsection