@extends('admin.master') @section('head') @endsection @section('content')
{{$user}}
{{$group}}
فرم {{$group}}
@foreach($form as $f) @if($f->type == 'textarea')
@else @if($f->type == 'file') @endif @if($f->type == 'input')
@endif @endif @endforeach
@endsection @section('script') @endsection