@extends('backend.instructor.master') @section('content')
@include('backend.instructor.profile.sidebar')
@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Full Name
Email
Phone
City
Country
Gender
Experience
Bio
Address
Profile Image
@endsection