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

{{ __('create') }} {{ __('fees') }} {{ __('type') }}

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

{{ __('list') }} {{ __('fees') }}

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