@extends('layouts.admin') @push('title', get_phrase('Create course')) @push('meta') @endpush @push('css') @endpush @section('content')
{{ get_phrase('Create Student') }}
{{ get_phrase('Back') }}
{{ get_phrase('Student Info') }}
@csrf
{{ get_phrase('Basic') }}
{{ get_phrase('Login Credentials') }}
{{ get_phrase('Social Links') }}
@include('admin.student.edit_student_basic')
@include('admin.student.edit_login')
@include('admin.student.edit_social')
{{ get_phrase('Update Student') }}
@endsection