@extends('layouts.master') @section('pages') {{ __('dashboard.home') }} @endsection @section('title') {{ __('dashboard.students') }} @endsection @section('btn') @endsection @section('css') @endsection @section('content')
# {{ __('dashboard.name') }} {{__('dashboard.email')}} {{__('dashboard.phone')}} {{__('dashboard.grade')}} {{__('dashboard.country')}} {{__('dashboard.state')}} {{__('dashboard.city')}} {{__('dashboard.action')}}
@endsection @section('js') @endsection