@extends('backend.layouts.app') @section('title') {{ __($module_title) }} @endsection @section('content') {{ html()->form('POST', route('backend.customads.store'))->attribute('id', 'form-submit')->attribute('enctype', 'multipart/form-data')->attribute('novalidate', 'novalidate')->class('requires-validation')->open() }} @csrf