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

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

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

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

{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('status') }} {{ __('action') }}
@endsection @section('script') @endsection