@extends('layouts.backend.app') @section('title', 'Form Generate') @section('head') @include('layouts.backend.partials.headersection',['title'=>'Form Generate']) @endsection @section('content')
{{ __('Click on the generate button!!') }}
@endsection @push('js') @endpush