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