@extends('layouts.master') @section('title') {{ __('diary') }} @endsection @section('content')

{{ __('create_diary') }}

@csrf
{!! Form::hidden('user_id', Auth::user()->id, ['id' => 'user_id']) !!}

{{ __('list') . ' ' . __('students') }}

{{ __('id') }} {{ __('user_id') }} {{ __('no.') }} {{ __('student_name') }} {{ __('roll_number') }} {{ __('class_section') }}

{{ __('list_diaries') }}

{{-- --}} {{-- --}} @role('School Admin') @endrole
{{ __('id') }} {{ __('no.') }}{{ __('session_year') }} {{ __('student') }} {{ __('diary_category') }} {{ __('title') }}{{ __('Class Section') }}{{ __('subject') }} {{ __('description') }}{{ __('added_by') }}{{ __('type') }} {{ __('action') }}
@endsection @section('script') @endsection