@extends('admin.master') @section('head') @endsection @section('content')

لیست {{$group->title}}
@foreach($thead as $th) @endforeach @foreach($list as $f) @foreach($f as $a) @if($a != $f[5]) @endif @endforeach @endforeach
ردیف {{$th->title}}
{{$a}}
{!! $form->render() !!}

@endsection @section('script') @endsection