@extends('adtrpanel.layouts.master') @section('content') @include('adtrpanel.partials.header') Randevu Konuları Yeni Randevu Konusu Ekle Name Rank {{ trans('admin.actions') }} @if (count($subjects) > 0 ) @foreach($subjects as $subject) {{ $subject->name }} {{ $subject->rank }} Sil Düzenle @if($subject->status) Pasif Et @else Aktif Et @endif @endforeach @endif @endsection @section('css') @endsection @section('js') @endsection