@extends('admin.master') @section('styleSheet') @endsection @section('content')
@csrf @if(!empty($formInfo)) @endif
@endsection @section('customJs') @endsection @section('documentJquery') ComponentsFormTools.init(); @endsection