@extends('layouts.panel') @section('page_title')

داشبورد

@endsection @section('custom_css') @endsection @section('content')
@csrf
@foreach($document->fields as $field)
@endforeach
{{-- --}}
@endsection