@extends('layouts.instructor') @push('title', get_phrase('Manage profile')) @push('meta')@endpush @push('css')@endpush @section('content') @php $auth = auth()->user(); @endphp

{{ get_phrase('Manage profile') }}

@csrf
{{ get_phrase('Write your skill and click the enter button') }}
@csrf
@endsection @push('js') @endpush