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

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