@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")
@forelse($sop as $sops)
{{$sops->title}}
{!!str_limit($sops->description,500)!!}
@empty
Data tidak ditemukan
@endforelse
@endsection