@extends('dashboard.layouts.master') @section('content') All Scientific types Home All Scientific types All Scientific types create new Scientific type ID Title status Controll @foreach ($scientificTypes as $scientific) {{ $loop->iteration }} {{ $scientific->title }} status == 1)checked @endif data-id="{{$scientific->id}}" id="customSwitch4" /> {{ method_field('delete') }} {{ csrf_field() }} {{-- --}} @endforeach @endsection @push('scripts') @endpush