@extends('admin/institute-management/institute-profile/index') @section('main-content-tab')
@csrf @php if($institute->instituteBasic->institute_type == 2){ echo '

Add Course

'; } else { echo '

Add Department

'; } @endphp
{{-- --}} @if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('title_bn')) {{ $errors->first('title_bn') }} @endif
@if($errors->has('course_name')) {{ $errors->first('course_name') }} @endif
@if($errors->has('course_name_bn')) {{ $errors->first('course_name_bn') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('description_bn')) {{ $errors->first('description_bn') }} @endif
Back
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') //validate form @endsection