@extends("LaravelVueAdmin.layouts.app") @section("htmlheader_title", "SOP : ".$sop->title) @section('class-body','sidebar-main-hidden') @section('bg','background:#fff;') @push('styles') @endpush @section("form-search-navbar") @endsection @section("main-content")
{{$sop->title}}

{!!$sop->description!!}
@if(!empty($user_update)) @endif
{{$category->category}}

    @if(!empty($sop_lainya)) @foreach($sop_lainya as $sop)
  • {{$sop->title}}
  • @endforeach @endif
@endsection @push('scripts') @endpush