@extends('sidebaradmin') @section('content') Tambahkan Jenis Olahraga @include('message') {{-- modal ADD --}} {{-- modal ADD End --}}
Table Olahraga
@foreach ($olahraga as $item) @endforeach
Nama Olahraga Action
{{ $item->name }} @if ($item->editable == 1) @else Not-Editable @endif
{{-- modal edit --}} {{-- modal edit --}} {{-- modal delete --}} {{-- modal delete --}} @push('script-modal') @endpush @endsection