@extends("LaravelVueAdmin.layouts.app") @section("htmlheader_title", "Standard Operating Procedure") @section('class-body','sidebar-main-hidden') @section('bg','background:#fff;') @push('styles') @endpush @section("form-search-navbar") @endsection @section("main-content")
@if(!empty($input->search))
@endif
@if(!empty($sopWithCategory))
@php $i=1; @endphp @foreach($sopWithCategory as $row) @php $i++; @endphp @endforeach
@else
Data tidak ditemukan
@endif
@endsection @push('scripts') @endpush