@extends('frontend.counselor-dashboard.layouts.master') @section('dashboard-contents')

{{ __('Edit counselor') }}

@csrf @method('PUT')
@if (!empty($experience)) @foreach ($experience as $index => $exp)
@endforeach @endif
@if (!empty($faqs)) @foreach ($faqs as $index => $faq)

@endforeach @endif
@endsection @push('scripts') @endpush