@extends('layouts.master')
@section('title', __('tr.Student Activities'))
@section('titleicon', "icon-people")
@if(!$student)
@section('actiontitle', __('tr.My Activities'))
@section('actionlink', route('student_activities', ['student'=>auth()->user()->id]))
@else
@section('actiontitle', __('tr.Student Activities'))
@section('actionlink', route('student_activities'))
@endif
@section('content')
{{--Button--}}
| @lang('tr.Title') |
@lang('tr.Organizer') |
@lang('tr.Amount') |
@lang('tr.Activity Date') |
|
@stop