Merge pull request #1657 from cuneytsenturk/search-filter

Search & Filter enhancement feature..
This commit is contained in:
Cüneyt Şentürk
2020-11-11 14:50:33 +03:00
committed by GitHub
29 changed files with 992 additions and 259 deletions

View File

@ -6,9 +6,7 @@ use App\Abstracts\Http\Controller;
use App\Http\Requests\Common\BulkAction as Request;
use Illuminate\Support\Str;
class
BulkActions extends Controller
class BulkActions extends Controller
{
/**