@extends('layouts.app') @section('title') Pencarian @endsection @section('meta') @endsection @section('content')

Pencarian

@csrf
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('categories'))
{{ $errors->first('categories') }}
@endif
@endsection