@extends('panel.layout.base') @section('title','Başvuru İnceleme') @section('content')
{!! \App\Metha\TMethaForm::open([ 'method' => 'POST', 'action' => '' ]) !!} @csrf
@foreach($keys as $key => $value) @if($key != 'title' && $key != 'description') @endif @endforeach
{{ isset($keys[$key]->title) ? $keys[$key]->title : null }} {{ isset($data[$key]) ? $data[$key] : null }}
{!! \App\Metha\TMethaForm::close() !!}
@endsection @section('script') @endsection