@extends('layouts.penyuluh') @section('content')
{{ __('Dashboard') }}
@if (session('status')) @endif {{ __('You are Penyuluh') }}
@endsection