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