@extends('admin/course-management/course-details/index') @section('main-content-tab')
@csrf

Add Alumni

@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('name_bn')) {{ $errors->first('name_bn') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('designation')) {{ $errors->first('designation') }} @endif
@if($errors->has('designation_bn')) {{ $errors->first('designation_bn') }} @endif
@if($errors->has('employment')) {{ $errors->first('employment') }} @endif
@if($errors->has('employment_bn')) {{ $errors->first('employment_bn') }} @endif
Back
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('description_bn')) {{ $errors->first('description_bn') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') {{-- --}} //validate form @endsection