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

{{ __('create_medium') }}

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

{{ __('list_medium') }}

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