@extends('layouts.admin') @section('page-css') @endsection @section('content')

{{ $title }}

{{ $sub_title }}

@csrf
{{-- value="{{ $edit->course_price ?? '' }}" --}} @if (!isset($edit->id))
@endif
@endsection @section('page-scripts') @endsection