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

{{ __('create_diary_category') }}

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

{{-- --}}

{{ __('list_diary_categories') }}

{{--
--}} {{-- --}}
{{-- --}}
{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('type') }} {{ __('action') }}
@endsection