@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
{{ $student->name }}
{{--
$0

{{ __('Wallet') }}

{{ $institute->courses->count() }}

{{ __('Total Courses') }}

--}}
{{ __('Options') }}
  • {{ __('About') }}
  • {{ __('Courses') }}
{{ __('About') }}

{{ $student->des }}

{{ __('Other Information') }} :
  • {{ __('Mobile') }} : {{ $student->mobile }}
  • {{ __('Email') }} : {{ $student->email }}
  • {{ __('Address') }} : {{ $student->address }}
{{ __('Courses') }}
@endsection @section('script') @endsection