@extends('admin.layouts.app')
@section('breadcrumb-link')
{{$breadcrumbs['index']['text']}}
@endsection
@section('create-link')
Create
@endsection
@section('content')
Sales Point |
Community |
Action |
@foreach($entities as $entity)
{{$entity->salespoint->name}} |
{{$entity->name}} |
Edit
|
|
@endforeach
@endsection