@extends('layouts.master') @section('title', 'Function Category') @section('content')
@csrf

{{ trans('function_category.function_category_add') }}

{{ trans('function_category.function_category_info') }}
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@endsection @section('script-footer') @endsection