{{ __('About') }}
{{ $student->des }}
{{ __('Other Information') }} :
- {{ __('Mobile') }} : {{ $student->mobile }}
- {{ __('Email') }} : {{ $student->email }}
- {{ __('Address') }} : {{ $student->address }}
@extends('layouts.vertical-master-layout') @section('title') {{ __('Profile') }} @endsection @section('css') @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') {{ __('Student') }} @endslot @slot('title') {{ __('Profile') }} @endslot @endcomponent @endsection
{{ __('Wallet') }}
{{ __('Total Courses') }}
{{ $student->des }}