@extends('admin.sidebar') @section('content') {{-- TABLE --}}
Data Wasit
@include('message')
Tambahkan Wasit Export Data Wasit
@csrf
nama)) value="{{ $request->nama }}" @endif>
@foreach ($wasit as $item) @foreach ($item->sertifikatWasit as $item) @endforeach @endforeach
Photo Nama Wasit Cabang Olahraga Action Setifikat deskripsi Action
profile image {{ $item->nama_lengkap }} {{ $item->cabor }} Tambahkan Sertifikat
{{ $item->sertifikat }} {{ $item->capaian_prestasi }} Download
{{ $wasit->links('pagination::bootstrap-4') }}
{{-- TABLE --}} {{-- Modal STORE||START|| --}} {{-- --}} {{-- Modal STORE||END|| --}} {{-- Modal UPDATE||START|| --}} {{-- --}} {{-- Modal UPDATE||END|| --}} {{-- Modal DESTROY||START|| --}} {{-- Modal DESTROY||END|| --}} {{-- Modal STORE Sertifikat||START|| --}} {{-- Modal STORE Sertifikat||END|| --}} {{-- Modal UPDATE Sertifikat||START|| --}} {{-- Modal UPDATE Sertifikat||END|| --}} {{-- Modal DESTROY sertifikatWasit||START|| --}} {{-- Modal DESTROY sertifikatWasit||END|| --}} {{-- script --}} @push('script-modal') @endpush {{-- script --}} @endsection