@extends('layouts.admin') @section('title','Vendor types') @section('heading','Vendor types & defaults') @section('content')

Create vendor type

Define original business profiles and operational defaults for each SMR One service.

@csrf
Capabilities@foreach(['catalog','services','properties','pharmacy','parcel','delivery','scheduled_orders'] as $capability)@endforeach
@foreach($types as $type)
@csrf @method('put')

{{ $type->name }}

{{ $type->vendors_count }} linked businesses ยท {{ $type->service_type }}

{{ $type->is_active?'Active':'Inactive' }}
@foreach(['catalog','services','properties','pharmacy','parcel','delivery','scheduled_orders'] as $capability)@endforeach
@if(!$type->vendors_count)
@csrf @method('delete')
@endif
@endforeach @endsection