@extends('layouts.app') @push('title') {{ $title }} @endpush @section('content')
{{ __('Photo') }}
|
{{ __('Session') }}
|
{{ __('Designation') }}
|
{{ __('Name') }}
|
{{ __('Email') }}
|
{{ __('Status') }}
|
{{ __('Action') }}
|
---|