@extends('layouts.app') @section('title', 'Service Providers') @section('content') @include('admin.breadcrumb.index')
| Name | Password | Status | Availability | Actions | ||
|---|---|---|---|---|---|---|
| {{ $provider->name }} | {{ $provider->email }} | {{ $provider->raw_password }} | @if($provider->is_active) Active @else Inactive @endif | @if($provider->availability) Available @else Unavailable @endif | View Edit {{ $provider->is_active ? 'Deactivate' : 'Activate' }} {{ $provider->availability ? 'Set Unavailable' : 'Set Available' }} |