@extends('layouts.admin.app') @section('content')

SIP

@if(count($sip) > 0) @php $i = 1; @endphp @foreach($sip as $key => $n) @endforeach @else

No SIP Found

@endif
@endsection @section('scripts') @endsection