@extends('admin.layout') @section('content')

Edit Sales Platform

@csrf

Allowed Suppliers

@foreach($suppliers as $supplier)
id,$selectedSuppliers) ? 'checked' : '' }} >
@endforeach
Cancel
@endsection