@extends('admin.layout.master') @section('content') @section('dashboard', 'active') @section('title', 'Freelancer') @push('styles') @endpush
@livewire('freelancer.create-form')
@endsection @section('script') @stack('scripts') @endsection