@extends('components.dashboard.layouts.master') @section('styles') @stack('datatableStyles') @endsection @section('title') {{ __('Edit subject') }} @endsection @section('content')

{{ __('Edit subject') }}

@csrf @method('PUT')
@if($subject->image) Current Image @endif
@endsection @section('script') @stack('datatableScripts') @endsection