@extends('admin/course-management/course-details/index') @section('main-content-tab')
@csrf
Update Affiliation
Title (EN)
@if($errors->has('title'))
{{ $errors->first('title') }}
@endif
Title (BN)
@if($errors->has('title_bn'))
{{ $errors->first('title_bn') }}
@endif
Status
status == 0 ? '' : 'checked'}} />
Back
Update
Image
Suggested Image ratio: 400 x 400 | max-size: 500 KB
@if($errors->has('image'))
{{ $errors->first('image') }}
@endif
@endsection @section('extra-extra-css')
@endsection @section('extra-extra-script') {{----}} //validate form @endsection