@extends('admin.sidebar') @section('content') {{-- Table --}}
Nomor tanding Cabor {{ $nama_cabor }}
@include('message')
Tambahkan Nomor Tanding @foreach ($nomor_tanding as $item) @endforeach
Nomor tanding Action
{{ $item->name }}
{{-- TABLE --}} {{-- Modal STORE||START|| --}} {{-- Modal STORE||END|| --}} {{-- Modal UPDATE||START|| --}} {{-- Modal UPDATE||END|| --}} {{-- Modal DESTROY||START|| --}} {{-- Modal DESTROY||END|| --}} {{-- script --}} @push('script-modal') {{-- data modal Update --}} @endpush {{-- script --}} @endsection