@extends('layouts.clivax')
@section('title', 'Service Providers')
@section('content')
Services Providers
@include('vendor.service-providers.partials.stats')
@include('vendor.service-providers.partials.table')
@include('vendor.service-providers.partials.modals.create')
@include('vendor.service-providers.partials.modals.edit')
@include('vendor.service-providers.partials.modals.delete')
@endsection