@extends('layouts.header_admin')
@section('content')
SSS From |
SSS To |
SSS ER |
SSS EE |
Action |
@foreach($sss as $sss)
{{$sss->from_range}} |
{{$sss->to_range}} |
{{$sss->er}} |
{{$sss->ee}} |
|
@include('sss.edit_sss')
@endforeach
@include('sss.new_sss')
@endsection
@section('js')
@endsection