@extends('panel.layout.base') @section('title',$title) @section('content')
{!! \App\Metha\TMethaForm::open([ 'method' => 'POST', 'action' => $action ]) !!} @csrf
{!! \App\Metha\TMethaForm::close() !!}
@endsection @section('script') @endsection