@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

المواد الدراسية

@can('create-ticket') اضافة مادة جديدة @endcan
@endsection @section('content')
@foreach($subjects as $subject) @endforeach
{{trans('labels.name')}} {{trans('labels.action')}}
{{$subject->title}} تعديل
@endsection @section('script') @endsection