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

{{ __('create') . ' ' . __('lesson') }}

{{ __('files') }}

{{-- --}}

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

{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('description') }} {{ __('class_section') }} {{ __('subject') }} {{ __('file') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection @section('script') @endsection