getLocale().'$1', $name); return Arr::first([ resource_path('markdown/'.$localName), resource_path('markdown/'.$name), ], function ($path) { return file_exists($path); }); } }