@extends('layouts.admin') @section('page-css') @endsection @section('content') {{$title}} Dashboard {{$title}} {{$sub_title}} @csrf Course Code Course Name Course price @if(!isset($edit->id)) Stay On this page after i clicked Save @endif {{ isset($edit) ? 'Update' : 'Save' }} @endsection @section('page-scripts') @endsection