@extends('layouts.master') @section('title') {{ __('photos') }} @endsection @section('content')

{{ __('create') . ' ' . __('photos') }}

{!! Form::text('name', null, ['required', 'placeholder' => __('name'), 'class' => 'form-control', 'id' => 'name']) !!}

{{ __('list') . ' ' . __('educational_program') }}

{{ __('id') }} {{ __('no.') }} {{ __('title') }} {{ __('thumbnail') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection