@extends('layouts.app_view'); @section('content')

{{isset($subject)? 'Edit': 'Add New'}} Subject {{isset($subject)? 'with The Number: '.$subject->subject_code: ''}}

{{-- This @csrf is for more secure form requests.--}} @csrf
{{ csrf_field() }}
Cancel
@endsection