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

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

@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@method('PUT') @csrf
@endsection @section('script-footer') @endsection