@extends('layouts.master') @section('pages') {{ __('dashboard.home') }} @endsection @section('title') {{ __('dashboard.Subject') }} @endsection @section('css') @endsection @section('content')
{{ __('dashboard.actions') }}
@endsection @section('js') @endsection