@extends('layouts.default') @section('title', 'SC Case Type') @push('head') use Illuminate\Support\Facades\Crypt; @endpush @section('content')

SC CASE TYPE

SC CASE TYPE

@csrf

SC Case Type Master Data

@foreach($alldoc as $item) @endforeach
S.No.CaseTypeNature
{{$loop->iteration}} {{$item->sc_skey}}
@endsection @push('scripts') @endpush