@extends('template.master') @section('title', 'Add/Edit Interest') @section('content')

Add/Edit Interest

Back
@csrf
@if($errors->has('interest_name'))
{{ $errors->first('interest_name') }}
@endif
interest_status)) && @$interest->interest_status==1 || request()->route('id')==0 ? "checked" : "" }}>
interest_status)) && @$interest->interest_status==0? "checked" : "" }}>
@if($errors->has('interest_status'))
{{ $errors->first('interest_status') }}
@endif
Cancel
@endsection @push('child-scripts') @endpush