@extends('admin.layouts.app') @section('title', 'Mapping Dealer to ASM') @section('content')
| Dealer | ASM | Actions |
|---|---|---|
| {{$c->name}} | {{$c->asm_name}} | @can('mapping-dealer-delete') {!! Form::open(['method' => 'GET','route' => ['mapping-dealer.edit', $c->id],'style'=>'display:inline', 'onsubmit' => 'return confirm("Are you sure you want to delete this Record?")']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger btn-sm']) !!} {!! Form::close() !!} @endcan |