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

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

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

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

{{ __('id') }} {{ __('no.') }} {{ __('title') }} {{ __('image') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection @section('script') @endsection