@extends('setting.layouts.layout') @section('title',trans('phrase_setting.title')) @section('script_css') @endsection @section('script_buttom') @endsection @section('buttons') @endsection @section('content')

{{ trans('phrase_setting.update_phrase') }}

@include('components.validationErrorMessage') {!! csrf_field() !!}

{{ trans('phrase_setting.phrase_name') }}

類別

{{ trans('phrase_setting.phrase_content') }}

{{ trans('phrase_setting.phrase_remark') }}

@endsection